Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_lfs make this compile again.
details: https://anonhg.NetBSD.org/src/rev/4882b50b7dcc
branches: trunk
changeset: 584324:4882b50b7dcc
user: christos <christos%NetBSD.org@localhost>
date: Tue Sep 13 04:40:25 2005 +0000
description:
make this compile again.
diffstat:
sbin/newfs_lfs/Makefile | 4 ++--
sbin/newfs_lfs/make_lfs.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r 3c6f74e3a162 -r 4882b50b7dcc sbin/newfs_lfs/Makefile
--- a/sbin/newfs_lfs/Makefile Tue Sep 13 04:14:17 2005 +0000
+++ b/sbin/newfs_lfs/Makefile Tue Sep 13 04:40:25 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2005/02/26 05:45:54 perseant Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/13 04:40:25 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
.include <bsd.own.mk>
PROG= newfs_lfs
SRCS= dkcksum.c make_lfs.c lfs_cksum.c misc.c newfs.c
-SRCS+= bufcache.c vnode.c lfs.c segwrite.c
+SRCS+= bufcache.c vnode.c lfs.c segwrite.c lfs_itimes.c
MAN= newfs_lfs.8
.PATH: ${NETBSDSRCDIR}/sys/ufs/lfs ${NETBSDSRCDIR}/sbin/disklabel ${NETBSDSRCDIR}/sbin/fsck_lfs
diff -r 3c6f74e3a162 -r 4882b50b7dcc sbin/newfs_lfs/make_lfs.c
--- a/sbin/newfs_lfs/make_lfs.c Tue Sep 13 04:14:17 2005 +0000
+++ b/sbin/newfs_lfs/make_lfs.c Tue Sep 13 04:40:25 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: make_lfs.c,v 1.4 2005/06/02 00:54:42 lukem Exp $ */
+/* $NetBSD: make_lfs.c,v 1.5 2005/09/13 04:40:25 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
#if 0
static char sccsid[] = "@(#)lfs.c 8.5 (Berkeley) 5/24/95";
#else
-__RCSID("$NetBSD: make_lfs.c,v 1.4 2005/06/02 00:54:42 lukem Exp $");
+__RCSID("$NetBSD: make_lfs.c,v 1.5 2005/09/13 04:40:25 christos Exp $");
#endif
#endif /* not lint */
@@ -107,7 +107,7 @@
#include "bufcache.h"
#include "vnode.h"
-#include "lfs.h"
+#include "lfs_user.h"
#include "segwrite.h"
extern int Nflag; /* Don't write anything */
Home |
Main Index |
Thread Index |
Old Index