summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-10-26 00:55:40 +0000
committercgd <cgd@NetBSD.org>1994-10-26 00:55:40 +0000
commit4d2cbfce0a3370a71b0c10bcc093d43be0fae483 (patch)
treea18537cc1fb44c62161104acb79c57f5d55c6e88 /include/string.h
parent0642794c52ebddd38ef6328fa391cc84c614dfcf (diff)
new RCS ID format.
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_