diff options
Diffstat (limited to 'src/lib/krb5/posix/vsprintf.c')
-rw-r--r-- | src/lib/krb5/posix/vsprintf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/krb5/posix/vsprintf.c b/src/lib/krb5/posix/vsprintf.c index 7fe679fb3f..dab8a3f1e2 100644 --- a/src/lib/krb5/posix/vsprintf.c +++ b/src/lib/krb5/posix/vsprintf.c @@ -15,9 +15,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)vsprintf.c 5.2 (Berkeley) 6/27/88"; -#endif /* LIBC_SCCS and not lint */ +/* based on @(#)vsprintf.c 5.2 (Berkeley) 6/27/88 */ #include <stdio.h> #include <varargs.h> |