summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-09 04:18:55 +0000
committerderaadt <deraadt@openbsd.org>2002-06-09 04:18:55 +0000
commit68a68a892c93e40bfc2b805a1ab3e3fbc9adabb2 (patch)
tree4de2307ea8ac4eb6cd94a331c069f4469812c9e6
parentadd PCITAG_BUS/DEV/FUNC for decoding PCI tags (diff)
downloadwireguard-openbsd-68a68a892c93e40bfc2b805a1ab3e3fbc9adabb2.tar.xz
wireguard-openbsd-68a68a892c93e40bfc2b805a1ab3e3fbc9adabb2.zip
bit of KNF
-rw-r--r--libexec/rpc.rquotad/rquotad.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c
index 581d9bc5b9b..006027ecc05 100644
--- a/libexec/rpc.rquotad/rquotad.c
+++ b/libexec/rpc.rquotad/rquotad.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rquotad.c,v 1.11 2002/02/16 21:27:31 millert Exp $ */
+/* $OpenBSD: rquotad.c,v 1.12 2002/06/09 04:18:55 deraadt Exp $ */
/*
* by Manuel Bouyer (bouyer@ensta.fr)
*
@@ -94,7 +94,8 @@ main(argc, argv)
exit(1);
}
if (!svc_register(transp, RQUOTAPROG, RQUOTAVERS, rquota_service, proto)) {
- syslog(LOG_ERR, "unable to register (RQUOTAPROG, RQUOTAVERS, %s).", proto?"udp":"(inetd)");
+ syslog(LOG_ERR, "unable to register (RQUOTAPROG, RQUOTAVERS, %s).",
+ proto ? "udp" : "(inetd)");
exit(1);
}