summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorgsoares <gsoares@openbsd.org>2012-04-19 14:33:24 +0000
committergsoares <gsoares@openbsd.org>2012-04-19 14:33:24 +0000
commitf95242c2ac7d605d176c635b9cd35ca1eaa8371b (patch)
treee5a4c6f0204626c89a83dcc586042677afd3d9cf /usr.sbin/inetd
parentdocument gcc4 module change. (diff)
downloadwireguard-openbsd-f95242c2ac7d605d176c635b9cd35ca1eaa8371b.tar.xz
wireguard-openbsd-f95242c2ac7d605d176c635b9cd35ca1eaa8371b.zip
small cleanup(%hd -> %d)
yes deraadt@
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index a6c5a5f3ab8..765709616b6 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inetd.c,v 1.132 2009/11/02 20:03:01 otto Exp $ */
+/* $OpenBSD: inetd.c,v 1.133 2012/04/19 14:33:24 gsoares Exp $ */
/*
* Copyright (c) 1983,1991 The Regents of the University of California.
@@ -1841,7 +1841,7 @@ print_service(char *action, struct servtab *sep)
fprintf(stderr, "proto=%s,", sep->se_proto);
fprintf(stderr,
- " wait.max=%hd.%d user:group=%s:%s builtin=%lx server=%s\n",
+ " wait.max=%d.%d user:group=%s:%s builtin=%lx server=%s\n",
sep->se_wait, sep->se_max, sep->se_user,
sep->se_group ? sep->se_group : "wheel",
(long)sep->se_bi, sep->se_server);