Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump Helps ELF platforms if I spell __ELF__...
details: https://anonhg.NetBSD.org/src/rev/3468fcd93e07
branches: trunk
changeset: 784097:3468fcd93e07
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Jan 17 23:21:20 2013 +0000
description:
Helps ELF platforms if I spell __ELF__ correctly ...
diffstat:
sys/rump/include/rump/rump_syscalls_compat.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b227a520c526 -r 3468fcd93e07 sys/rump/include/rump/rump_syscalls_compat.h
--- a/sys/rump/include/rump/rump_syscalls_compat.h Thu Jan 17 23:04:30 2013 +0000
+++ b/sys/rump/include/rump/rump_syscalls_compat.h Thu Jan 17 23:21:20 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls_compat.h,v 1.9 2013/01/17 21:12:39 pooka Exp $ */
+/* $NetBSD: rump_syscalls_compat.h,v 1.10 2013/01/17 23:21:20 pooka Exp $ */
/*-
* Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved.
@@ -54,7 +54,7 @@
#else /* !__NetBSD__ */
#ifndef __RENAME
-#ifdef __ELF
+#ifdef __ELF__
#define __RUMPSTRINGIFY(x) #x
#else
#define __RUMPSTRINGIFY(x) "_"#x
Home |
Main Index |
Thread Index |
Old Index