diff options
author | 2015-08-31 16:42:33 +0000 | |
---|---|---|
committer | 2015-08-31 16:42:33 +0000 | |
commit | 7f919a669e504d7df09dd75e82781f2168152126 (patch) | |
tree | ccff25f7a286ff4aed78de8dcd73beecbb52d94f | |
parent | Consider getfsstat() a RPATH, even though it has no path in it. We may (diff) | |
download | wireguard-openbsd-7f919a669e504d7df09dd75e82781f2168152126.tar.xz wireguard-openbsd-7f919a669e504d7df09dd75e82781f2168152126.zip |
remove unused define; no binary change
-rw-r--r-- | sbin/ping6/ping6.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index e73d7026773..16474bf51a3 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.110 2015/08/30 18:48:45 florian Exp $ */ +/* $OpenBSD: ping6.c,v 1.111 2015/08/31 16:42:33 florian Exp $ */ /* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */ /* @@ -164,8 +164,6 @@ u_int options; #define SA6LEN sizeof(struct sockaddr_in6) #define DUMMY_PORT 10101 -#define SIN6(s) ((struct sockaddr_in6 *)(s)) - /* * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum * number of received sequence numbers we can keep track of. Change 128 |