summaryrefslogtreecommitdiff
path: root/libexec/bootpd/getether.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
| | | | | | | 'RELENG_4_6_2_RELEASE'. This commit was manufactured to restore the state of the 4.6.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Avoid a few compiler warnings.Ian Dowse2001-10-141-1/+3
| | | | Notes: svn path=/stable/4/; revision=84940
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-1/+2
| | | | Notes: svn path=/stable/4/; revision=69839
* $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/+2
| | | | | | | 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
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-1/+2
| | | | | | | | | 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-221-0/+2
| | | | Notes: svn path=/head/; revision=18471
* Fix conflicts from 2.4.3 mergePaul Traina1996-01-231-1/+1
| | | | Notes: svn path=/head/; revision=13575
* Import bootpd-2.4.3 from ftp.mc.comPaul Traina1996-01-231-10/+19
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=13572
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-1/+1
| | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? Notes: svn path=/head/; revision=4131
* Rearrange bootpdPaul Traina1994-09-301-0/+374
Notes: svn path=/cvs2svn/branches/MC/; revision=3229