lint, use UNASSIGNED, not -1
[unix-history] / usr / src / include / grp.h
index 0ed922b..7dc19ab 100644 (file)
@@ -4,9 +4,12 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)grp.h       5.3 (Berkeley) %G%
+ *     @(#)grp.h       5.4 (Berkeley) %G%
  */
 
  */
 
+#ifndef _GRP_H_
+#define        _GRP_H_
+
 #ifndef _POSIX_SOURCE
 #define        _PATH_GROUP             "/etc/group"
 #endif
 #ifndef _POSIX_SOURCE
 #define        _PATH_GROUP             "/etc/group"
 #endif
@@ -31,3 +34,5 @@ void setgrfile __P((const char *));
 int setgroupent __P((int));
 #endif
 __END_DECLS
 int setgroupent __P((int));
 #endif
 __END_DECLS
+
+#endif /* !_GRP_H_ */