Author: glebius
Date: Sun Nov 23 01:02:19 2014
New Revision: 274907
URL: https://svnweb.freebsd.org/changeset/base/274907

Log:
  buf.h is not needed here, and pollutes when ufsmount.h is included
  from userland code.
  
  Sponsored by: Nginx, Inc.

Modified:
  head/sys/ufs/ufs/ufsmount.h

Modified: head/sys/ufs/ufs/ufsmount.h
==============================================================================
--- head/sys/ufs/ufs/ufsmount.h Sun Nov 23 01:01:14 2014        (r274906)
+++ head/sys/ufs/ufs/ufsmount.h Sun Nov 23 01:02:19 2014        (r274907)
@@ -33,8 +33,6 @@
 #ifndef _UFS_UFS_UFSMOUNT_H_
 #define        _UFS_UFS_UFSMOUNT_H_
 
-#include <sys/buf.h>   /* XXX For struct workhead. */
-
 /*
  * Arguments to mount UFS-based filesystems
  */
_______________________________________________
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