summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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