diff options
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/string.h b/include/string.h index 7d92012041f..6417ec651e6 100644 --- a/include/string.h +++ b/include/string.h @@ -1,8 +1,8 @@ -/* $NetBSD: string.h,v 1.10 1998/02/02 16:15:07 kleink Exp $ */ +/* $NetBSD: string.h,v 1.11 1998/02/02 21:07:57 perry Exp $ */ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 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,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)string.h 5.10 (Berkeley) 3/9/91 + * @(#)string.h 8.1 (Berkeley) 6/2/93 */ #ifndef _STRING_H_ |
