summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/pty.c')
-rw-r--r--lib/libutil/pty.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c
index b00d687..57e684c 100644
--- a/lib/libutil/pty.c
+++ b/lib/libutil/pty.c
@@ -32,7 +32,12 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
+#if 0
static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94";
+#else
+static const char rcsid[] =
+ "$Id$";
+#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud