summaryrefslogtreecommitdiffstats
path: root/libexec/revnetgroup/parse_netgroup.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <string.h> for some prototypes, rather than depending onmike2002-04-011-0/+1
| | | | pollution from <strings.h>.
* o __P removalimp2002-02-071-20/+14
| | | | | o register removal o use new style prototypes and function definitions
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for filecharnier1997-11-251-9/+6
| | | | name.
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | 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.
* Close PR #2193: support backslash line continuations.wpaul1996-12-131-6/+4
| | | | (Also did some minor cleanups.)
* Small touchups:wpaul1996-05-121-1/+5
| | | | | | | | | | | | - Fix typos in comments in hash.c. - Remove unneeded and unused member from grouplist struct in hash.h. (Curiously, the compiler never complained about this even though the member was of type 'struct grps' which is not defined anywhere in this program.) - char ch -> int ch in revnetgroup.c. - char *argv[0]; -> char *argv[]; also in revnetgroup.c. - Force the user to specify at least one of the -u or -h flags and complain if they specify both.
* This commit was generated by cvs2svn to compensate for changes in r11814,wpaul1995-10-261-0/+370
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud