diff options
Diffstat (limited to 'usr/src/uts/common/sys/param.h')
-rw-r--r-- | usr/src/uts/common/sys/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/param.h b/usr/src/uts/common/sys/param.h index 657acc869e..12bdc29079 100644 --- a/usr/src/uts/common/sys/param.h +++ b/usr/src/uts/common/sys/param.h @@ -18,7 +18,9 @@ * * CDDL HEADER END */ + /* + * Copyright 2014 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. */ @@ -131,7 +133,6 @@ extern "C" { /* * NGROUPS_MAX_DEFAULT: *MUST* match NGROUPS_MAX value in limits.h. - * Remember that the NFS protocol must rev. before this can be increased */ #define NGROUPS_MAX_DEFAULT 16 |