summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux.h
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2009-03-27 17:00:49 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2009-03-27 17:00:49 +0000
commit0af7103533451f33127415cca8b9cd4da49bc796 (patch)
treee4e55c2715317efdce28ff0e62a6102ee8a9ef8c /sys/amd64/linux32/linux.h
parentb3e9a2aaac3b9fe5d6ff9190c773fb0fde5e5f05 (diff)
Notes
Diffstat (limited to 'sys/amd64/linux32/linux.h')
-rw-r--r--sys/amd64/linux32/linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
index bdbe2135a68a..0e30382f94b4 100644
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -79,7 +79,7 @@ typedef l_ulong l_ino_t;
typedef l_int l_key_t;
typedef l_longlong l_loff_t;
typedef l_ushort l_mode_t;
-typedef l_ulong l_off_t;
+typedef l_long l_off_t;
typedef l_int l_pid_t;
typedef l_uint l_size_t;
typedef l_long l_suseconds_t;
@@ -179,8 +179,8 @@ struct l_mmap_argv {
l_int prot;
l_int flags;
l_int fd;
- l_off_t pgoff;
-} __packed;
+ l_ulong pgoff;
+};
/*
* stat family of syscalls