Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux32/common Make linux32_msqid_ds l_msg_[src]t...
details: https://anonhg.NetBSD.org/src/rev/ab419eceb0f2
branches: trunk
changeset: 749169:ab419eceb0f2
user: njoly <njoly%NetBSD.org@localhost>
date: Fri Nov 20 11:54:08 2009 +0000
description:
Make linux32_msqid_ds l_msg_[src]time members use the right type,
linux32_time_t.
diffstat:
sys/compat/linux32/common/linux32_ipc.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r da2b049b5470 -r ab419eceb0f2 sys/compat/linux32/common/linux32_ipc.h
--- a/sys/compat/linux32/common/linux32_ipc.h Fri Nov 20 07:17:07 2009 +0000
+++ b/sys/compat/linux32/common/linux32_ipc.h Fri Nov 20 11:54:08 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_ipc.h,v 1.3 2009/11/16 13:32:40 joerg Exp $ */
+/* $NetBSD: linux32_ipc.h,v 1.4 2009/11/20 11:54:08 njoly Exp $ */
/*
* Copyright (c) 2008 Nicolas Joly
@@ -59,9 +59,9 @@
struct linux32_ipc_perm l_msg_perm;
netbsd32_pointer_t l_msg_first;
netbsd32_pointer_t l_msg_last;
- linux_time_t l_msg_stime;
- linux_time_t l_msg_rtime;
- linux_time_t l_msg_ctime;
+ linux32_time_t l_msg_stime;
+ linux32_time_t l_msg_rtime;
+ linux32_time_t l_msg_ctime;
netbsd32_pointer_t l_wwait; /* Linux internal */
netbsd32_pointer_t l_rwait; /* Linux internal */
ushort l_msg_cbytes;
Home |
Main Index |
Thread Index |
Old Index