diff options
author | bp <bp@FreeBSD.org> | 2001-01-07 07:03:59 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 2001-01-07 07:03:59 +0000 |
commit | 6c0c26b830043d1c6f7c94f4e64b8f2ce2a02d45 (patch) | |
tree | c809c1b258d5dc0c651a233934e8f2356eb4d619 /sys/netncp | |
parent | 9454bb0e6800db25de265fdc7c1df43c8c1b2b87 (diff) | |
download | FreeBSD-src-6c0c26b830043d1c6f7c94f4e64b8f2ce2a02d45.zip FreeBSD-src-6c0c26b830043d1c6f7c94f4e64b8f2ce2a02d45.tar.gz |
Common option '-N' do not require an argument.
Diffstat (limited to 'sys/netncp')
-rw-r--r-- | sys/netncp/ncp_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netncp/ncp_lib.h b/sys/netncp/ncp_lib.h index 3bb2da7..d99d03f 100644 --- a/sys/netncp/ncp_lib.h +++ b/sys/netncp/ncp_lib.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, Boris Popov + * Copyright (c) 1999, 2000, 2001 Boris Popov * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +53,7 @@ case 'N':case 'U':case 'R':case 'S':case 'T': \ case 'W':case 'O':case 'P' -#define STDPARAM_OPT "A:BCI:M:N:O:P:U:R:S:T:W:" +#define STDPARAM_OPT "A:BCI:M:NO:P:U:R:S:T:W:" #ifndef min #define min(a,b) (((a)<(b)) ? (a) : (b)) |