added LIBC_SCCS condition for sccs ids
[unix-history] / usr / src / lib / libc / compat-43 / setrgid.c
index 292fdd1..e2947e6 100644 (file)
@@ -4,9 +4,9 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)setrgid.c  5.1 (Berkeley) %G%";
-#endif not lint
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)setrgid.c  5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 setrgid(rgid)
        int rgid;
 
 setrgid(rgid)
        int rgid;