diff options
Diffstat (limited to 'usr.bin/printf/printf.c')
-rw-r--r-- | usr.bin/printf/printf.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index d6bbcd66fd5..311eaf8f906 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printf.c,v 1.16 2009/07/19 15:47:57 martynas Exp $ */ +/* $OpenBSD: printf.c,v 1.17 2009/10/27 23:59:41 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -29,17 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -char copyright[] = -"@(#) Copyright (c) 1989 The Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "from: @(#)printf.c 5.9 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$OpenBSD: printf.c,v 1.16 2009/07/19 15:47:57 martynas Exp $"; -#endif /* not lint */ - #include <ctype.h> #include <stdio.h> #include <stdlib.h> |