summaryrefslogtreecommitdiffstats
path: root/sys/netncp
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2001-01-07 07:03:59 +0000
committerbp <bp@FreeBSD.org>2001-01-07 07:03:59 +0000
commit6c0c26b830043d1c6f7c94f4e64b8f2ce2a02d45 (patch)
treec809c1b258d5dc0c651a233934e8f2356eb4d619 /sys/netncp
parent9454bb0e6800db25de265fdc7c1df43c8c1b2b87 (diff)
downloadFreeBSD-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.h4
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))
OpenPOWER on IntegriCloud