Comment cleanup from Eric Norum <eric@cls.usask.ca>.

This commit is contained in:
Joel Sherrill
1999-08-26 20:52:40 +00:00
parent 72f9937b62
commit e0c6f431b6
4 changed files with 0 additions and 20 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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