Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars

@@ -21,19 +21,19 @@
 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
 /*        All Rights Reserved   */
 
 
 /*
+ * Copyright (c) 2013 Gary Mills
+ *
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef _MESSAGES_H
 #define _MESSAGES_H
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 extern void errmsg(int, ...);
 
 /* WARNING: uid %d is reserved. */
 #define M_RESERVED              0
 

@@ -147,6 +147,9 @@
 #define M_RESERVED_GID          36
 
 /* ERROR: Failed to read /etc/group file due to invalid entry or read error. */
 #define M_READ_ERROR    37
 
+/* ERROR: %s is too long.  Choose another. */
+#define M_TOO_LONG      38
+
 #endif /* _MESSAGES_H */