Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/sys Give the body the same static inline treatmen...
details: https://anonhg.NetBSD.org/src/rev/b7bcc5f0c2ff
branches: trunk
changeset: 765379:b7bcc5f0c2ff
user: joerg <joerg%NetBSD.org@localhost>
date: Tue May 24 18:29:23 2011 +0000
description:
Give the body the same static inline treatment as the definition
diffstat:
sys/compat/sys/ipc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d7351fbc9fa4 -r b7bcc5f0c2ff sys/compat/sys/ipc.h
--- a/sys/compat/sys/ipc.h Tue May 24 18:28:01 2011 +0000
+++ b/sys/compat/sys/ipc.h Tue May 24 18:29:23 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipc.h,v 1.3 2009/01/19 19:39:41 christos Exp $ */
+/* $NetBSD: ipc.h,v 1.4 2011/05/24 18:29:23 joerg Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -77,7 +77,7 @@
#undef CVT
}
-void
+static inline void
__native_to_ipc_perm14(const struct ipc_perm *perm, struct ipc_perm14 *operm)
{
Home |
Main Index |
Thread Index |
Old Index