aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/tools/bootpef/bootpef.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit 05248206f720)
* bootp: remove the USE_BFUNCS knobKyle Evans2021-10-061-8/+0
| | | | | | | | We'd likely be better served by converting these to the equivalent mem* calls, but just kill the knob for now. The b* macros being defined get in the way of _FORTIFY_SOURCE. (cherry picked from commit cfb9be506285cd65120f9686d532130a3757ce56)
* Assume __STDC__, remove non-__STDC__ code. ↵Alfred Perlstein2002-05-281-15/+2
| | | | | | | Remove private __P. Notes: svn path=/head/; revision=97419
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
| | | | | | | | | | | | | 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
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+3
| | | | Notes: svn path=/head/; revision=18471
* Import bootpd-2.4.3 from ftp.mc.comPaul Traina1996-01-231-8/+1
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=13572
* Rearrange bootpdPaul Traina1994-09-301-0/+347
Notes: svn path=/cvs2svn/branches/MC/; revision=3229