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/error.h | |
| parent | 3e4b73c5a65cdeab6b3a6ec62732f9d1381e3f4a (diff) | |
Sync with 4.4lite2
Diffstat (limited to 'usr.bin/error/error.h')
| -rw-r--r-- | usr.bin/error/error.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/error/error.h b/usr.bin/error/error.h index dece0086002..37af8e0fd12 100644 --- a/usr.bin/error/error.h +++ b/usr.bin/error/error.h @@ -1,6 +1,8 @@ +/* $NetBSD: error.h,v 1.3 1995/09/02 06:15:25 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 @@ -30,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)error.h 5.5 (Berkeley) 6/1/90 - * $Id: error.h,v 1.2 1993/08/01 18:16:46 mycroft Exp $ + * @(#)error.h 8.1 (Berkeley) 6/6/93 */ typedef int boolean; |
