svn commit: r274907 - head/sys/ufs/ufs

Gleb Smirnoff glebius at FreeBSD.org
Sun Nov 23 01:02:20 UTC 2014


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
  */


More information about the svn-src-head mailing list