diff options
| author | cgd <cgd@NetBSD.org> | 1994-10-26 05:27:43 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-10-26 05:27:43 +0000 |
| commit | 69d2deb54539873ee1edcf9b792927079d07b671 (patch) | |
| tree | e4347532130fb12cf276363246986c80e01121d6 /sys/lib/libc_sa/printf.c | |
| parent | 0974859697ffcdfb9385a372b58117c1a8d821b4 (diff) | |
new RCS ID format.
Diffstat (limited to 'sys/lib/libc_sa/printf.c')
| -rw-r--r-- | sys/lib/libc_sa/printf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/lib/libc_sa/printf.c b/sys/lib/libc_sa/printf.c index 826b0e3387f..26a66840f9e 100644 --- a/sys/lib/libc_sa/printf.c +++ b/sys/lib/libc_sa/printf.c @@ -1,3 +1,5 @@ +/* $NetBSD: printf.c,v 1.2 1994/10/26 05:36:52 cgd Exp $ */ + /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -30,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)printf.c 5.6 (Berkeley) 5/25/91 - * $Id: printf.c,v 1.1 1993/10/13 11:16:24 cgd Exp $ + * @(#)printf.c 5.6 (Berkeley) 5/25/91 */ /* |
