summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/rtems/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libnetworking/rtems/tftp.h')
-rw-r--r--c/src/lib/libnetworking/rtems/tftp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libnetworking/rtems/tftp.h b/c/src/lib/libnetworking/rtems/tftp.h
index 618f5408da..11882bed1c 100644
--- a/c/src/lib/libnetworking/rtems/tftp.h
+++ b/c/src/lib/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