fix rest of Chris' bugs, mostly sign and padding placement
[unix-history] / usr / src / lib / libc / stdio / fdopen.c
index 7cb4517..0782f3b 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[] = "@(#)fdopen.c   5.1 (Berkeley) %G%";
-#endif not lint
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)fdopen.c   5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 /*
  * Unix routine to do an "fopen" on file descriptor
 
 /*
  * Unix routine to do an "fopen" on file descriptor