summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-26 20:52:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-26 20:52:40 +0000
commite0c6f431b6914f70aa84febefe42a7b0fdf01591 (patch)
tree0bb35c8f3f312c5483d78e330af9efc2c10945d1 /c/src/libnetworking/rtems
parentRemoved need for use of separate include/networking directory. (diff)
downloadrtems-e0c6f431b6914f70aa84febefe42a7b0fdf01591.tar.bz2
Comment cleanup from Eric Norum <eric@cls.usask.ca>.
Diffstat (limited to 'c/src/libnetworking/rtems')
-rw-r--r--c/src/libnetworking/rtems/tftp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/libnetworking/rtems/tftp.h b/c/src/libnetworking/rtems/tftp.h
index 618f5408da..11882bed1c 100644
--- a/c/src/libnetworking/rtems/tftp.h
+++ b/c/src/libnetworking/rtems/tftp.h
@@ -21,11 +21,6 @@
* fd = open ("/TFTP/hostname/bootfiles/image", O_RDONLY);
*
* The `hostname' must be four dot-separated decimal values.
- *
- * To open a file on the host which supplied the BOOTP
- * information just leave the `hostname' part empty:
- * fd = open ("/TFTP//bootfiles/image", O_RDONLY);
- *
*/
#ifndef _TFTP_FILESYSTEM_h