Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ffs These sources are pulled into makefs(8), so we n...
details: https://anonhg.NetBSD.org/src/rev/ec65d6a8740e
branches: trunk
changeset: 521501:ec65d6a8740e
user: tv <tv%NetBSD.org@localhost>
date: Thu Jan 31 19:19:22 2002 +0000
description:
These sources are pulled into makefs(8), so we need config.h and protection
for __KERNEL_RCSID().
diffstat:
sys/ufs/ffs/ffs_bswap.c | 10 ++++++++--
sys/ufs/ffs/ffs_subr.c | 10 ++++++++--
sys/ufs/ffs/ffs_tables.c | 10 ++++++++--
3 files changed, 24 insertions(+), 6 deletions(-)
diffs (72 lines):
diff -r 22fc51d577ee -r ec65d6a8740e sys/ufs/ffs/ffs_bswap.c
--- a/sys/ufs/ffs/ffs_bswap.c Thu Jan 31 19:18:18 2002 +0000
+++ b/sys/ufs/ffs/ffs_bswap.c Thu Jan 31 19:19:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs_bswap.c,v 1.16 2001/12/18 10:57:21 fvdl Exp $ */
+/* $NetBSD: ffs_bswap.c,v 1.17 2002/01/31 19:19:22 tv Exp $ */
/*
* Copyright (c) 1998 Manuel Bouyer.
@@ -33,7 +33,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_bswap.c,v 1.16 2001/12/18 10:57:21 fvdl Exp $");
+#if defined(__KERNEL_RCSID)
+__KERNEL_RCSID(0, "$NetBSD: ffs_bswap.c,v 1.17 2002/01/31 19:19:22 tv Exp $");
+#endif
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/param.h>
#if defined(_KERNEL)
diff -r 22fc51d577ee -r ec65d6a8740e sys/ufs/ffs/ffs_subr.c
--- a/sys/ufs/ffs/ffs_subr.c Thu Jan 31 19:18:18 2002 +0000
+++ b/sys/ufs/ffs/ffs_subr.c Thu Jan 31 19:19:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs_subr.c,v 1.20 2002/01/09 23:51:00 lukem Exp $ */
+/* $NetBSD: ffs_subr.c,v 1.21 2002/01/31 19:19:22 tv Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -36,7 +36,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_subr.c,v 1.20 2002/01/09 23:51:00 lukem Exp $");
+#if defined(__KERNEL_RCSID)
+__KERNEL_RCSID(0, "$NetBSD: ffs_subr.c,v 1.21 2002/01/31 19:19:22 tv Exp $");
+#endif
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/param.h>
diff -r 22fc51d577ee -r ec65d6a8740e sys/ufs/ffs/ffs_tables.c
--- a/sys/ufs/ffs/ffs_tables.c Thu Jan 31 19:18:18 2002 +0000
+++ b/sys/ufs/ffs/ffs_tables.c Thu Jan 31 19:19:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs_tables.c,v 1.4 2001/10/30 01:11:54 lukem Exp $ */
+/* $NetBSD: ffs_tables.c,v 1.5 2002/01/31 19:19:23 tv Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -36,7 +36,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_tables.c,v 1.4 2001/10/30 01:11:54 lukem Exp $");
+#if defined(__KERNEL_RCSID)
+__KERNEL_RCSID(0, "$NetBSD: ffs_tables.c,v 1.5 2002/01/31 19:19:23 tv Exp $");
+#endif
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index