diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2001-05-02 22:31:10 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2001-05-02 22:31:10 +0000 |
commit | ba1421ed3da4e432319f58cbf77df34d7e959f68 (patch) | |
tree | 97fd03c382f7d23bfbfd3e92934ef15233352a43 /sbin | |
parent | 5e9a6082b29e828d4c09023948c650a5acd05b82 (diff) |
T doesnt take an arg
Diffstat (limited to 'sbin')
-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 */ |