diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-12-19 22:45:00 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-12-19 22:45:00 +0000 |
commit | 88183c175a3a1ea97d7a2129f42fe9c7a3ef99d6 (patch) | |
tree | 3c6584c4f92faaac23cf587c56e739c225ecf976 /sys/dev/ic/gem.c | |
parent | 5723639e3ccaa5b214ebe31dcdce31ba1cbf6bef (diff) |
Use <sys/endian.h> instead of <machine/endian.h>
ok dlg@ mpi@ bcook@ millert@ miod@
Diffstat (limited to 'sys/dev/ic/gem.c')
-rw-r--r-- | sys/dev/ic/gem.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index 0394b78b55b..50aa4777f31 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gem.c,v 1.106 2014/08/27 05:54:15 dlg Exp $ */ +/* $OpenBSD: gem.c,v 1.107 2014/12/19 22:44:58 guenther Exp $ */ /* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -47,8 +47,7 @@ #include <sys/ioctl.h> #include <sys/errno.h> #include <sys/device.h> - -#include <machine/endian.h> +#include <sys/endian.h> #include <net/if.h> #include <net/if_dl.h> |