aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/readfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore some comments in previous commit.Pedro F. Giffuni2016-04-121-3/+3
| | | | Notes: svn path=/head/; revision=297866
* bootpd(8): De-register and minor cleanups.Pedro F. Giffuni2016-04-121-8/+8
| | | | | | | | For bootptest(8) also remuve an unused variable and replace 0 with a NULL for a pointer. Notes: svn path=/head/; revision=297865
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+3
| | | | Notes: svn path=/head/; revision=102411
* This code defined a private __P, nuke it.Alfred Perlstein2002-05-281-28/+24
| | | | Notes: svn path=/head/; revision=97417
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-4/+0
| | | | | | | Reviewed by: md5 Notes: svn path=/head/; revision=97416
* Missing `break' statements caused two error messages to becomeIan Dowse2001-09-291-1/+3
| | | | | | | | | | | | "unkown error" [sic]. Add the missing breaks, and correct the spelling typo. PR: bin/30865 Submitted by: Dan Lukes <dan@obluda.cz> MFC after: 1 week Notes: svn path=/head/; revision=84119
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-2/+2
| | | | Notes: svn path=/head/; revision=72640
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Use snprintf rather than printf out of paranoiaWarner Losh1997-12-241-2/+3
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=31971
* 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-20/+8
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=13572
* Rearrange bootpdPaul Traina1994-09-301-0/+2097
Notes: svn path=/cvs2svn/branches/MC/; revision=3229