Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Add the inevitable __RCSID().



details:   https://anonhg.NetBSD.org/src/rev/d8c05dd9a2df
branches:  trunk
changeset: 476325:d8c05dd9a2df
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Sep 13 18:36:02 1999 +0000

description:
Add the inevitable __RCSID().

diffstat:

 lib/libc/gen/fmtmsg.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f1a6e128e09e -r d8c05dd9a2df lib/libc/gen/fmtmsg.c
--- a/lib/libc/gen/fmtmsg.c     Mon Sep 13 17:35:33 1999 +0000
+++ b/lib/libc/gen/fmtmsg.c     Mon Sep 13 18:36:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fmtmsg.c,v 1.1 1999/09/12 19:04:31 kleink Exp $        */
+/*     $NetBSD: fmtmsg.c,v 1.2 1999/09/13 18:36:02 kleink Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,6 +37,10 @@
  */
 
 #include <sys/cdefs.h>
+#if defined(LIBC_SCCS) && !defined(lint)
+__RCSID("$NetBSD: fmtmsg.c,v 1.2 1999/09/13 18:36:02 kleink Exp $");
+#endif /* LIBC_SCCS and not lint */
+
 #include <fmtmsg.h>
 #include <paths.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index