diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-20 20:00:04 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-20 20:00:04 +0000 |
commit | 5a4314a720c2f9c55c3e7779cc60f920db4082df (patch) | |
tree | 6c947cf4a5a604a42bdbefea1b546c8f8c2321d0 /sbin/ping6/Makefile | |
parent | a07458e6c8119f64993ed0e21eb8acee0885f255 (diff) |
pedant; getopt(3) returns -1 instead of EOF. from aaron
Diffstat (limited to 'sbin/ping6/Makefile')
-rw-r--r-- | sbin/ping6/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index fe828e47993..4f4b63a6031 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2000/03/23 11:26:17 hugh Exp $ +# $OpenBSD: Makefile,v 1.4 2000/06/20 20:00:03 itojun Exp $ PROG= ping6 MAN= ping6.8 @@ -12,8 +12,6 @@ BINOWN= root BINGRP= bin BINMODE=4555 -CPPFLAGS+=-DNRL_GETADDRINFO - # kame scopeid hack CPPFLAGS+=-DKAME_SCOPEID |