summaryrefslogtreecommitdiff
path: root/include/stdlib.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/stdlib.h
parent0642794c52ebddd38ef6328fa391cc84c614dfcf (diff)
new RCS ID format.
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index df05ab12969..fb409b6765a 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,3 +1,5 @@
+/* $NetBSD: stdlib.h,v 1.20 1994/10/26 00:56:29 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: @(#)stdlib.h 5.13 (Berkeley) 6/4/91
- * $Id: stdlib.h,v 1.19 1994/08/07 23:17:56 jtc Exp $
+ * @(#)stdlib.h 5.13 (Berkeley) 6/4/91
*/
#ifndef _STDLIB_H_