diff options
| author | cgd <cgd@NetBSD.org> | 1995-02-25 15:39:01 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-02-25 15:39:01 +0000 |
| commit | 63de9506bfcc75b44b659d1cd0032ed9f56d5fcd (patch) | |
| tree | 302bced75c0714bbf14e925d67c37105ae882e38 /lib/libc/gen/vis.c | |
| parent | 6929ad87a5c37179228b21785018bbb66fe06b56 (diff) | |
merge with Lite, keep local changes. clean up id usage
Diffstat (limited to 'lib/libc/gen/vis.c')
| -rw-r--r-- | lib/libc/gen/vis.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/libc/gen/vis.c b/lib/libc/gen/vis.c index 93d94767697..ed6769e9bdd 100644 --- a/lib/libc/gen/vis.c +++ b/lib/libc/gen/vis.c @@ -1,6 +1,8 @@ +/* $NetBSD: vis.c,v 1.6 1995/02/25 15:40:09 cgd Exp $ */ + /*- - * Copyright (c) 1989 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1989, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)vis.c 5.6 (Berkeley) 2/5/92";*/ -static char *rcsid = "$Id: vis.c,v 1.5 1993/08/26 00:45:26 jtc Exp $"; +#if 0 +static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 7/19/93"; +#else +static char rcsid[] = "$NetBSD: vis.c,v 1.6 1995/02/25 15:40:09 cgd Exp $"; +#endif #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |
