diff options
author | bde <bde@FreeBSD.org> | 1996-10-15 19:22:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-10-15 19:22:46 +0000 |
commit | b49ecb9108950eef22ee506e4960f32897cd0d64 (patch) | |
tree | d201d181c60681271d700f07089d52b9ae202b65 /sys/alpha | |
parent | 901db635de07cb72ef8cd5a40920e3d30b797d3e (diff) | |
download | FreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.zip FreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.tar.gz |
Updated #includes to 4.4lite style.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/linux/linux.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 8372f4a..20175ea 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -25,12 +25,13 @@ * (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.h,v 1.7 1996/03/10 08:42:47 sos Exp $ + * $Id: linux.h,v 1.8 1996/03/10 22:30:52 peter Exp $ */ #ifndef _I386_LINUX_LINUX_H_ #define _I386_LINUX_LINUX_H_ -#include "i386/linux/linux_syscall.h" + +#include <i386/linux/linux_syscall.h> typedef unsigned short linux_uid_t; typedef unsigned short linux_gid_t; |