Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 01:02:20 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274907 - head/sys/ufs/ufs
Message-ID:  <201411230102.sAN12KDL016345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411230102.sAN12KDL016345>