Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf add RCSID
details: https://anonhg.NetBSD.org/src/rev/05b9d67f7e11
branches: trunk
changeset: 517171:05b9d67f7e11
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Nov 08 05:59:31 2001 +0000
description:
add RCSID
diffstat:
sys/conf/param.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 4293a6a885a8 -r 05b9d67f7e11 sys/conf/param.c
--- a/sys/conf/param.c Thu Nov 08 05:27:25 2001 +0000
+++ b/sys/conf/param.c Thu Nov 08 05:59:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.c,v 1.38 2001/08/20 04:51:17 mrg Exp $ */
+/* $NetBSD: param.c,v 1.39 2001/11/08 05:59:31 lukem Exp $ */
/*
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@@ -40,6 +40,9 @@
* @(#)param.c 7.20 (Berkeley) 6/27/91
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.39 2001/11/08 05:59:31 lukem Exp $");
+
#include "opt_rtc_offset.h"
#include "opt_sb_max.h"
#include "opt_sysv.h"
Home |
Main Index |
Thread Index |
Old Index