remove a duplicated definition of FFS_ITIMES.
This commit is contained in:
parent
cc949d333c
commit
7225d589de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user