remove a duplicated definition of FFS_ITIMES.

This commit is contained in:
yamt 2007-06-07 05:34:48 +00:00
parent cc949d333c
commit 7225d589de

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs_extern.h,v 1.55 2007/01/19 14:49:12 hannken Exp $ */
/* $NetBSD: ffs_extern.h,v 1.56 2007/06/07 05:34:48 yamt Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -44,10 +44,6 @@
#define FFS_LOG_CHANGEOPT 5 /* log optimalization strategy change */
#define FFS_MAXID 6 /* number of valid ffs ids */
#define FFS_ITIMES(ip, acc, mod, cre) \
while ((ip)->i_flag & (IN_ACCESS | IN_CHANGE | IN_UPDATE | IN_MODIFY)) \
ffs_itimes(ip, acc, mod, cre)
struct buf;
struct fid;
struct fs;