summaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2016-09-08 13:59:34 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2016-09-08 13:59:34 +0000
commit295ac07191c73fbf7f1e736ed588ad420d343a37 (patch)
tree893eabb7cce40f7857acbc80ba82c7c332305334 /sbin/ping
parent2ac1498565ec79af8dca1fa7c8ebeca739df4b9b (diff)
normalize option defines; reduces diff between ping(8) and ping6(8)
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/ping.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index bdac12df1d8..48e089195b4 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping.c,v 1.153 2016/09/08 13:58:15 florian Exp $ */
+/* $OpenBSD: ping.c,v 1.154 2016/09/08 13:59:33 florian Exp $ */
/* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */
/*
@@ -115,6 +115,7 @@ int options;
/* 0x0200 */
#define F_HDRINCL 0x0400
#define F_TTL 0x0800
+/* 0x1000 */
#define F_AUD_RECV 0x2000
#define F_AUD_MISS 0x4000