summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-02-02 21:07:13 +0000
committerperry <perry@NetBSD.org>1998-02-02 21:07:13 +0000
commitb7b7322c685652bb1eb4174bee118b0e41887f12 (patch)
tree14e377d760e7367d2dbc88737b9a82c62cc08fe4 /include/string.h
parent2d33c2a97cdf897740dcf2b458a7731d89e5de32 (diff)
merge lite-2
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h8
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_