From 430fd94599e20a71a38a01135bcafe2719a0bd8f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Mar 2018 00:42:20 +0100 Subject: hurd: Move mach/param.h to bits/mach/param.h * mach/Makefile (headers): Move mach/param.h to bits/mach/param.h. * sysdeps/mach/i386/mach/param.h: Move file to ... * sysdeps/mach/i386/bits/mach/param.h: ... here. Update path in #error. * sysdeps/mach/hurd/bits/param.h: Include instead of . --- sysdeps/mach/hurd/bits/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/bits/param.h b/sysdeps/mach/hurd/bits/param.h index 7d535712a4..5d4faf793f 100644 --- a/sysdeps/mach/hurd/bits/param.h +++ b/sysdeps/mach/hurd/bits/param.h @@ -20,7 +20,7 @@ # error "Never use directly; include instead." #endif -#include +#include /* This file is deprecated and is provided only for compatibility with Unix systems. It is unwise to include this file on programs which -- cgit 1.4.1