Author: kib
Date: Wed Mar 13 09:54:11 2013
New Revision: 248232
URL: http://svnweb.freebsd.org/changeset/base/248232

Log:
  MFC r233463 (by trasz):
  Remove unused define.

Modified:
  stable/9/sys/sys/vnode.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/sys/vnode.h
==============================================================================
--- stable/9/sys/sys/vnode.h    Wed Mar 13 09:41:55 2013        (r248231)
+++ stable/9/sys/sys/vnode.h    Wed Mar 13 09:54:11 2013        (r248232)
@@ -383,7 +383,6 @@ extern int          vttoif_tab[];
 #define        SKIPSYSTEM      0x0001  /* vflush: skip vnodes marked VSYSTEM */
 #define        FORCECLOSE      0x0002  /* vflush: force file closure */
 #define        WRITECLOSE      0x0004  /* vflush: only close writable files */
-#define        DOCLOSE         0x0008  /* vclean: close active files */
 #define        V_SAVE          0x0001  /* vinvalbuf: sync file first */
 #define        V_ALT           0x0002  /* vinvalbuf: invalidate only alternate 
bufs */
 #define        V_NORMAL        0x0004  /* vinvalbuf: invalidate only regular 
bufs */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to