Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/lfs_cleanerd Missed one of the -I${NETBSDSRCDIR}/sys...
details: https://anonhg.NetBSD.org/src/rev/e90d60c7c624
branches: trunk
changeset: 787259:e90d60c7c624
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Jun 08 21:15:29 2013 +0000
description:
Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now.
diffstat:
libexec/lfs_cleanerd/Makefile.inc | 5 +----
libexec/lfs_cleanerd/coalesce.c | 3 +--
libexec/lfs_cleanerd/lfs_cleanerd.c | 3 +--
3 files changed, 3 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r e75fcc1fb402 -r e90d60c7c624 libexec/lfs_cleanerd/Makefile.inc
--- a/libexec/lfs_cleanerd/Makefile.inc Sat Jun 08 21:13:19 2013 +0000
+++ b/libexec/lfs_cleanerd/Makefile.inc Sat Jun 08 21:15:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2013/06/08 21:13:19 dholland Exp $
+# $NetBSD: Makefile.inc,v 1.6 2013/06/08 21:15:29 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
WARNS?=3 # XXX: too many sign-compare issues
@@ -17,6 +17,3 @@
CPPFLAGS+=-I${FSCK_LFS} -I${NETBSDSRCDIR}/sbin/mount_lfs # -DUSE_CLIENT_SERVER
#CPPFLAGS+=-DREPAIR_ZERO_FINFO
#CPPFLAGS+=-DTEST_PATTERN
-
-# XXX
-CPPFLAGS+=-I${NETBSDSRCDIR}/sys
diff -r e75fcc1fb402 -r e90d60c7c624 libexec/lfs_cleanerd/coalesce.c
--- a/libexec/lfs_cleanerd/coalesce.c Sat Jun 08 21:13:19 2013 +0000
+++ b/libexec/lfs_cleanerd/coalesce.c Sat Jun 08 21:15:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: coalesce.c,v 1.21 2013/06/06 00:53:35 dholland Exp $ */
+/* $NetBSD: coalesce.c,v 1.22 2013/06/08 21:15:30 dholland Exp $ */
/*-
* Copyright (c) 2002, 2005 The NetBSD Foundation, Inc.
@@ -37,7 +37,6 @@
#include <sys/wait.h>
#include <sys/mman.h>
-#include <ufs/lfs/ulfs_dinode.h>
#include <ufs/lfs/lfs.h>
#include <fcntl.h>
diff -r e75fcc1fb402 -r e90d60c7c624 libexec/lfs_cleanerd/lfs_cleanerd.c
--- a/libexec/lfs_cleanerd/lfs_cleanerd.c Sat Jun 08 21:13:19 2013 +0000
+++ b/libexec/lfs_cleanerd/lfs_cleanerd.c Sat Jun 08 21:15:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_cleanerd.c,v 1.34 2013/06/08 02:09:35 dholland Exp $ */
+/* $NetBSD: lfs_cleanerd.c,v 1.35 2013/06/08 21:15:30 dholland Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -38,7 +38,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>
-#include <ufs/lfs/ulfs_inode.h>
#include <ufs/lfs/lfs.h>
#include <assert.h>
Home |
Main Index |
Thread Index |
Old Index