NetBSD/lib/libutil
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
Makefile
disklabel_dkcksum.3 Use 2003-04-16 13:34:34 +00:00
disklabel_dkcksum.c delint pointer casts. 2003-10-25 07:31:27 +00:00
disklabel_scan.3 Use 2003-04-16 13:34:34 +00:00
disklabel_scan.c
getbootfile.3 Aq Pa instead of Pa Aq. 2003-06-27 13:58:51 +00:00
getbootfile.c The last argument to sysctl is a size_t, not a pointer; don't pass NULL. 2003-10-21 00:47:46 +00:00
getlabelsector.3 Use 2003-04-16 13:34:34 +00:00
getlabelsector.c
getmaxpartitions.3 Use 2003-04-16 13:34:34 +00:00
getmaxpartitions.c
getmntopts.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
getmntopts.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
getrawpartition.3 Use 2003-04-16 13:34:34 +00:00
getrawpartition.c
login.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
login.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
login_cap.3 Use 2003-04-16 13:34:34 +00:00
login_cap.c delint pointer casts. 2003-10-25 07:31:27 +00:00
login_tty.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
loginx.3 Use 2003-04-16 13:34:34 +00:00
loginx.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
logout.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
logoutx.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
logwtmp.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
logwtmpx.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
opendisk.3 Use 2003-04-16 13:34:34 +00:00
opendisk.c
openpty.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
passwd.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
pidfile.3 Use 2003-04-16 13:34:34 +00:00
pidfile.c
pidlock.3 netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
pidlock.c netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
pty.c remove unused variable 2003-10-25 07:31:12 +00:00
pw_getconf.3 Use 2003-04-16 13:34:34 +00:00
pw_init.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
pw_lock.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
secure_path.3 Use 2003-04-16 13:34:34 +00:00
secure_path.c
shlib_version add functions to retrieve option values. 2003-04-11 17:36:57 +00:00
snprintb.3 Use 2003-04-16 13:34:34 +00:00
snprintb.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ttyaction.3 Use 2003-04-16 13:34:34 +00:00
ttyaction.c
ttymsg.3 Use 2003-04-16 13:34:34 +00:00
ttymsg.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
util.3