mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
buf.h is not needed here, and pollutes when ufsmount.h is included
from userland code. Sponsored by: Nginx, Inc.
This commit is contained in:
parent
8c7f0b92b4
commit
dbfd8ef2e4
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue