diff options
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; |
