Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now.

This commit is contained in:
dholland 2013-06-08 21:15:29 +00:00
parent a65dc3fc86
commit 346c9baa29
3 changed files with 3 additions and 8 deletions

View File

@ -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 @@ LDADD+= -lutil
CPPFLAGS+=-I${FSCK_LFS} -I${NETBSDSRCDIR}/sbin/mount_lfs # -DUSE_CLIENT_SERVER
#CPPFLAGS+=-DREPAIR_ZERO_FINFO
#CPPFLAGS+=-DTEST_PATTERN
# XXX
CPPFLAGS+=-I${NETBSDSRCDIR}/sys

View File

@ -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>

View File

@ -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>