NetBSD/usr.sbin/lpr/common_source
mrg fe7ed7ce37 - WARNS?=1
- be safe with unlinking files (from freebsd)
- remove register
- clean up $NetBSD$'s.
- use inet_ntoa() in one place (from openbsd)
- nul terminate after a bunch of strncpy()'s
- #ifdef __STDC__ rather than #if (from freebsd)
- be safe with a bunch of string operations (from freebsd)
- use warn()/err() over home grown versions (some from freebsd)
- rename warn() to nodaemon() to remove conflict with above
- check errno from failed kill(2) against ESRCH (from freebsd)
- use getopt() rather than home grown versions (from freebsd)
- clean up a bunch of man pages (some from freebsd)
- check for hostname spoof (from freebsd)
- use POSIX wait() interfaces
- use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- deal with fork() failure
- index/rindex -> strchr/strrchr (some from freebsd)
- add B57600 and B115200 speeds (from freebsd)
- some KNF
- be safe with files passed in over the network (some from freebsd)
- check return value of malloc(), calloc() and strdup()
1997-10-05 15:11:58 +00:00
..
common.c - WARNS?=1 1997-10-05 15:11:58 +00:00
displayq.c - WARNS?=1 1997-10-05 15:11:58 +00:00
lp.h - WARNS?=1 1997-10-05 15:11:58 +00:00
lp.local.h merge in changes from 1.1 release branch 1995-11-28 19:43:04 +00:00
pathnames.h Change _PATH_MASTERLOCK to /var/run/lpd.pid. 1997-03-14 01:17:34 +00:00
printcap.c - WARNS?=1 1997-10-05 15:11:58 +00:00
rmjob.c - WARNS?=1 1997-10-05 15:11:58 +00:00
startdaemon.c - WARNS?=1 1997-10-05 15:11:58 +00:00