aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/tools
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Avoid a few compiler warnings.Ian Dowse2001-10-141-2/+2
| | | | Notes: svn path=/stable/4/; revision=84940
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-253-3/+3
| | | | Notes: svn path=/stable/4/; revision=75952
* MFC: man(7) -> mdoc(7).Ruslan Ermilov2001-01-162-97/+106
| | | | Notes: svn path=/stable/4/; revision=71113
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-282-0/+4
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
| | | | Notes: svn path=/head/; revision=50476
* More egcs warning fixes:Warner Losh1999-04-252-4/+5
| | | | | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46078
* Use snprintf rather than printf out of paranoiaWarner Losh1997-12-241-2/+2
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=31971
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-227-7/+7
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-3/+1
| | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. Notes: svn path=/head/; revision=20287
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+7
| | | | Notes: svn path=/head/; revision=18471
* Import bootpd-2.4.3 from ftp.mc.comPaul Traina1996-01-233-21/+31
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=13572
* Fix SRCS (.c's were .o's) so that `make depend' works.Bruce Evans1995-09-281-2/+2
| | | | Notes: svn path=/head/; revision=11050
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* Rearrange bootpdPaul Traina1994-09-3010-0/+1531
Notes: svn path=/cvs2svn/branches/MC/; revision=3229