diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:35:04 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:35:04 +0000 |
| commit | e08ac58bbe2be2817736b8f4b32c75f8d55359df (patch) | |
| tree | 145d6ce072fde2eeda7863a006d92fd2c1eec916 /libexec/bootpd/tools/bootpef/bootpef.c | |
| parent | a270abb407a717b6c38a10d1c996af9ac907f84a (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/tools/bootpef/bootpef.c')
| -rw-r--r-- | libexec/bootpd/tools/bootpef/bootpef.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index eb1893501242..3ffe50be08cb 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -20,11 +20,6 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ************************************************************************/ -#ifndef lint -static char rcsid[] = "$Id: bootpef.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; -#endif - - /* * bootpef - BOOTP Extension File generator * Makes an "Extension File" for each host entry that @@ -97,7 +92,6 @@ static char rcsid[] = "$Id: bootpef.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; #define P(args) () #endif -static void dovend_rfc1048 P((struct bootp *, struct host *, int32)); static void mktagfile P((struct host *)); static void usage P((void)); @@ -291,7 +285,6 @@ mktagfile(hp) FILE *fp; int bytesleft, len; byte *vp; - char *tmpstr; if (!hp->flags.exten_file) return; @@ -332,7 +325,7 @@ mktagfile(hp) } fclose(fp); -} /* dovend_rfc1048 */ +} /* mktagfile */ /* * Local Variables: |
