summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey/update.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Fix compilation of newkey(8) with WITHOUT_NIS=yes.ed2009-02-281-6/+2
| | | | | | | | Increasing WARNS seems to have broken compilation of this utility. Instead of lowering WARNS, just fix to code to compile properly. Submitted by: <bf2006a yahoo com> Tested by: bms
* Avoid usage of implicit int.stefanf2005-02-071-1/+2
|
* ANSIfy, VCS inclusions and some very minor style.markm2002-04-281-30/+16
|
* remove __Pimp2002-03-221-3/+3
|
* WARNS=2 fixup.markm2001-12-021-16/+11
| | | | Turn on YP (NIS) while I'm about it.
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-5/+1
| | | | | | | | | | | execvp() in the child branch of a vfork(). Changed to use fork() instead. Some of these (mv, find, apply, xargs) might benefit greatly from being rewritten to use vfork() properly. PR: Loosely related to bin/8252 Approved by: jkh and bde
* Replace incomplete malloc prototype with #include <stdlib.h>jb1998-02-201-2/+2
| | | | to get the proper one.
* Add usage(), use err(3).charnier1997-07-291-3/+5
| | | | Rewrote man page in mdoc format.
* This commit was generated by cvs2svn to compensate for changes in r26238,wpaul1997-05-281-0/+356
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud