diff options
Diffstat (limited to 'usr/src/cmd/oamuser/inc/users.h')
-rw-r--r-- | usr/src/cmd/oamuser/inc/users.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/oamuser/inc/users.h b/usr/src/cmd/oamuser/inc/users.h index 8524060312..16263ebd71 100644 --- a/usr/src/cmd/oamuser/inc/users.h +++ b/usr/src/cmd/oamuser/inc/users.h @@ -19,6 +19,8 @@ * CDDL HEADER END */ /* + * Copyright (c) 2013 Gary Mills + * * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. */ @@ -45,6 +47,7 @@ #define UNIQUE 2 /* is unique */ #define TOOBIG 3 /* number too big */ #define INVALID 4 +#define LONGNAME 5 /* string too long */ /* * Note: constraints checking for warning (release 2.6), |