diff options
| author | Boris Popov <bp@FreeBSD.org> | 2001-01-07 07:03:59 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2001-01-07 07:03:59 +0000 |
| commit | 005b575313d24b74b2089b7635d867bd812a1c4a (patch) | |
| tree | 88fb84e1bcb85e39ba65bb79e6748da35c98fa58 /sys/netncp | |
| parent | 57a0ee63f0c2e665de7defff1441f9f3255a3b9e (diff) | |
Notes
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 3bb2da70395d3..d99d03f978160 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)) |
