aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dev_mkdb/dev_mkdb.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dev_mkdb(8). The kernel answers these questions.Poul-Henning Kamp2003-06-201-166/+0
| | | | Notes: svn path=/head/; revision=116609
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
| | | | Notes: svn path=/head/; revision=114601
* Add function name in error message.Nick Hibma2002-06-231-1/+1
| | | | Notes: svn path=/head/; revision=98674
* o remove __PWarner Losh2002-03-181-9/+7
| | | | | | | | | | o Use ansi function definitions o MAXPATHLEN already has the NUL at the end, so no need to add 1 (note that MAXNAMLEN doesn't, so the + 1 there is correct). o remove register. Notes: svn path=/head/; revision=92545
* Add prototypes for main() so that these programs compile with -WerrorLuigi Rizzo2001-12-141-0/+1
| | | | | | | | | | | | | | | (which somehow now seems to be the default for compiling -current). This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system, it may well be that there are other apps which have similar problems, but I did not spot them as they are not included in my picobsd config. Whether adding prototypes for main() is the correct solution or not I have no idea, a request to -current on the matter went basically unanswered. Those who have better ideas are welcome to back this out and replace it with the correct fix. Notes: svn path=/head/; revision=87893
* Allow the path for /dev and the location of the database file toIan Dowse2001-11-181-8/+22
| | | | | | | | | | | | be overridden on the command line. This is useful for setting up chroot/jail environments. PR: bin/23509 Submitted by: Seth Kingsley <sethk@pike.osd.bsdi.com> MFC after: 1 week Notes: svn path=/head/; revision=86549
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use err(3) instead of local redefinition.Philippe Charnier1997-09-171-47/+19
| | | | Notes: svn path=/head/; revision=29527
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+181
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553