diff options
Diffstat (limited to 'src/lib/krb5/posix/strdup.c')
-rw-r--r-- | src/lib/krb5/posix/strdup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/krb5/posix/strdup.c b/src/lib/krb5/posix/strdup.c index f58d9367f1..b0fbf51190 100644 --- a/src/lib/krb5/posix/strdup.c +++ b/src/lib/krb5/posix/strdup.c @@ -17,9 +17,7 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strdup.c 5.3 (Berkeley) 6/1/90"; -#endif /* LIBC_SCCS and not lint */ +/* based on @(#)strdup.c 5.3 (Berkeley) 6/1/90 */ #include <krb5/krb5.h> #include <krb5/ext-proto.h> |