diff options
author | 2001-05-02 22:31:09 +0000 | |
---|---|---|
committer | 2001-05-02 22:31:09 +0000 | |
commit | d0d884749ef7a6daecb45e4852a0ef16ac3917f8 (patch) | |
tree | 70e1fd1dc9328ba74320b6b04918e7a52aa1b733 | |
parent | Correctly number the items in the ``installing via HTTP'' instructions; (diff) | |
download | wireguard-openbsd-d0d884749ef7a6daecb45e4852a0ef16ac3917f8.tar.xz wireguard-openbsd-d0d884749ef7a6daecb45e4852a0ef16ac3917f8.zip |
T doesnt take an arg
-rw-r--r-- | sbin/ancontrol/ancontrol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ancontrol/ancontrol.c b/sbin/ancontrol/ancontrol.c index a2aeeb3ebac..13841dbf278 100644 --- a/sbin/ancontrol/ancontrol.c +++ b/sbin/ancontrol/ancontrol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ancontrol.c,v 1.15 2001/04/30 15:03:01 ericj Exp $ */ +/* $OpenBSD: ancontrol.c,v 1.16 2001/05/02 22:31:09 ericj Exp $ */ /* * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> * @@ -128,9 +128,9 @@ int main __P((int, char **)); #ifdef ANCACHE #define ACT_DUMPCACHE 31 #define ACT_ZEROCACHE 32 -#define OPTIONS "a:b:c:d:e:f:j:k:l:m:n:o:p:r:s:t:v:w:ACIK:NQST:W:Z" +#define OPTIONS "a:b:c:d:e:f:j:k:l:m:n:o:p:r:s:t:v:w:ACIK:NQSTW:Z" #else -#define OPTIONS "a:b:c:d:e:f:j:k:l:m:n:o:p:r:s:t:v:w:ACIK:NST:W:" +#define OPTIONS "a:b:c:d:e:f:j:k:l:m:n:o:p:r:s:t:v:w:ACIK:NSTW:" #endif /* ANCACHE */ int s; /* Global socket for ioctl's */ |