diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-08-13 20:42:18 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-08-13 20:42:18 +0000 |
| commit | 673b7946387a9649bed5c591373acb2b41011f40 (patch) | |
| tree | 0d019b3a759046c056a4d3b424bab37070faffca /lib/libutil/pty.c | |
| parent | 3d0a7bc3b8b494a9139713bef47e9c24f8021391 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/pty.c')
| -rw-r--r-- | lib/libutil/pty.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index b00d68720182..57e684c9e0d3 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> |
