diff options
| author | jtc <jtc@NetBSD.org> | 1995-09-02 05:57:23 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-09-02 05:57:23 +0000 |
| commit | 71bb6dda25e7dc3175caab5000e4af4200fe44de (patch) | |
| tree | 29358261c6bb6ba0edc1982670402b9ad65222bd /usr.bin/error/main.c | |
| parent | 3e4b73c5a65cdeab6b3a6ec62732f9d1381e3f4a (diff) | |
Sync with 4.4lite2
Diffstat (limited to 'usr.bin/error/main.c')
| -rw-r--r-- | usr.bin/error/main.c | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c index 7bbec1aefcf..995efade9d4 100644 --- a/usr.bin/error/main.c +++ b/usr.bin/error/main.c @@ -1,6 +1,8 @@ +/* $NetBSD: main.c,v 1.3 1995/09/02 06:15:37 jtc Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 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,14 +34,16 @@ */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1980 Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1980, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)main.c 5.6 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:16:43 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; +#endif +static char rcsid[] = "$NetBSD: main.c,v 1.3 1995/09/02 06:15:37 jtc Exp $"; #endif /* not lint */ #include <signal.h> |
