from netbsd:
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:33:26 +0000 (01:33 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:33:26 +0000 (01:33 +0000)
commit33e84db465c53a8524d0bb714fd8bcc42175d138
tree2061c8502ca2585d06842afb9886001351b96c1e
parent91b4c0b648056a493096984e54032d7eae53cb82
from netbsd:
Don't require compiling with -DDEBUG to enable debugging messages.  Instead,
add a new option flag "-d", which enables debugging output.  Compile all
of the code that used to be enabled with -DDEBUG unconditionally.  The
amount of extra code is negligable, and all of the tests to check if
debugging is enabled were done regardless of -DDEBUG anyway.  Adjust
SYSLOG() to DTRT if debugging is not enabled.
sbin/mountd/mountd.8
sbin/mountd/mountd.c