]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Two minor, pedantic fixes from bde for my last pedantic fixes, plus
authorWarner Losh <imp@FreeBSD.org>
Tue, 29 Jul 1997 13:24:01 +0000 (13:24 +0000)
committerWarner Losh <imp@FreeBSD.org>
Tue, 29 Jul 1997 13:24:01 +0000 (13:24 +0000)
commit6ee8b26997adbf13785ab5146a6c1b146468d496
tree1d7456c8cc6236a8b9d501c2048c708e3493bb17
parent8b8a0b53b1b0c162d92be7d328d3cf1aa37f57f2
Two minor, pedantic fixes from bde for my last pedantic fixes, plus
the following from recent OpenBSD changes.  These changes (and all
I've made) should be merged back into 2.2 when they are vetted in
-current.

common.c:
OpenBSD 1.7: mickey: #if __STDC__ --> #ifdef __STDC__

displayq.c:
OpenBSD 1.8: deraadt: 1 byte oflows; millert

rmjob.c:
OpenBSD 1.8: deraadt: 1 byte oflows; millert

cmds.c:
OpenBSD 1.9: grr: restore traditional "all" keyword option - see lpc(8)
[[ This makes lpc status all work again -- imp ]]

printjob.c:
OpenBSD 1.17: deraadt: use sendmail -t
OpenBSD 1.16: mickey: #if __STDC__ --> #ifdef __STDC__
OpenBSD 1.15: deraadt: 1 byte oflow; Don.Lewis@tsc.tdk.com

recvjob.c:
OpenBSD 1.11: mickey: #if __STDC__ --> #ifdef __STDC__

lpr.c:
OpenBSD 1.19: mickey: #if __STDC__ --> #ifdef __STDC__

Obtained from: OpenBSD
usr.sbin/lpr/common_source/common.c
usr.sbin/lpr/common_source/displayq.c
usr.sbin/lpr/common_source/recvjob.c
usr.sbin/lpr/common_source/rmjob.c
usr.sbin/lpr/common_source/startdaemon.c
usr.sbin/lpr/lpc/cmds.c
usr.sbin/lpr/lpd/printjob.c
usr.sbin/lpr/lpd/recvjob.c
usr.sbin/lpr/lpr/lpr.c
usr.sbin/lpr/runqueue/printjob.c