summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h
index 53686f95cef..b10294098b3 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,3 +1,5 @@
+/* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)string.h 5.10 (Berkeley) 3/9/91
- * $Id: string.h,v 1.5 1994/08/02 05:03:46 jtc Exp $
+ * @(#)string.h 5.10 (Berkeley) 3/9/91
*/
#ifndef _STRING_H_