diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2018-06-10 02:34:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2018-06-10 02:34:41 +0000 |
| commit | 6387091e9ad676a28206aed59ee953e27876aa51 (patch) | |
| tree | c0d8eb906bcb1a84431d34b966affc328dd42bf4 /lib/libcompat/4.4 | |
| parent | a96081bb87d0d1857388aaad7294268cc64a9a94 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat/4.4')
| -rw-r--r-- | lib/libcompat/4.4/cuserid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcompat/4.4/cuserid.c b/lib/libcompat/4.4/cuserid.c index 325b763b8accd..0b993136f5cc2 100644 --- a/lib/libcompat/4.4/cuserid.c +++ b/lib/libcompat/4.4/cuserid.c @@ -29,11 +29,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)cuserid.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +__SCCSID("@(#)cuserid.c 8.1 (Berkeley) 6/4/93"); #include <pwd.h> #include <stdio.h> |
