summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind/yp_ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypbind/yp_ping.c')
-rw-r--r--usr.sbin/ypbind/yp_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c
index be9434e..d3ea4c9 100644
--- a/usr.sbin/ypbind/yp_ping.c
+++ b/usr.sbin/ypbind/yp_ping.c
@@ -235,7 +235,7 @@ int __yp_ping(restricted_addrs, cnt, dom, port)
char *dom;
short *port;
{
- struct timeval tv = { 5 , 0 };
+ struct timeval tv = { 5, 0 };
struct ping_req **reqs;
unsigned long i;
int async;
OpenPOWER on IntegriCloud