diff options
Diffstat (limited to 'src/lib/krb5/posix/strerror.c')
-rw-r--r-- | src/lib/krb5/posix/strerror.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/krb5/posix/strerror.c b/src/lib/krb5/posix/strerror.c index 5aea7e7a4f..55927236c2 100644 --- a/src/lib/krb5/posix/strerror.c +++ b/src/lib/krb5/posix/strerror.c @@ -31,9 +31,7 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strerror.c 5.6 (Berkeley) 5/4/91"; -#endif /* LIBC_SCCS and not lint */ +/* based on @(#)strerror.c 5.6 (Berkeley) 5/4/91 */ #include <string.h> |