mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Make hidden COMPAT_43 dependencies explict. Options in headers is a
pain in the backside.
This commit is contained in:
parent
e9161c5082
commit
8438b90fd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31784
@ -25,9 +25,11 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: linux_file.c,v 1.15 1997/11/06 19:28:54 phk Exp $
|
||||
* $Id: linux_file.c,v 1.16 1997/12/05 19:55:37 bde Exp $
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
@ -25,9 +25,11 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: linux_file.c,v 1.15 1997/11/06 19:28:54 phk Exp $
|
||||
* $Id: linux_file.c,v 1.16 1997/12/05 19:55:37 bde Exp $
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
@ -5,6 +5,8 @@
|
||||
* created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
Loading…
Reference in New Issue
Block a user