diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2018-07-03 17:31:45 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2018-07-03 17:31:45 +0000 |
| commit | c1920558b3c4efbeea4d0c833aa9cb4091533ff1 (patch) | |
| tree | dd000a5f04fea9d644fc44e72b142cef4034098b /lib/libc/gen/getttyent.c | |
| parent | 41b9df164866d57b82569b04412591769798c9e1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getttyent.c')
| -rw-r--r-- | lib/libc/gen/getttyent.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index cc36201a2d20..4b152095a946 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -29,10 +29,8 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)getttyent.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> +__SCCSID("@(#)getttyent.c 8.1 (Berkeley) 6/4/93"); __FBSDID("$FreeBSD$"); #include <sys/types.h> |
