Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common remove XXX should die comment from t...
details: https://anonhg.NetBSD.org/src/rev/217f4e21326f
branches: trunk
changeset: 538574:217f4e21326f
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 22 23:31:24 2002 +0000
description:
remove XXX should die comment from the define; otherwise traditional cpp
screws up the elf name formation.
diffstat:
sys/compat/linux/common/linux_exec_elf32.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r c9d220aac539 -r 217f4e21326f sys/compat/linux/common/linux_exec_elf32.c
--- a/sys/compat/linux/common/linux_exec_elf32.c Tue Oct 22 23:18:51 2002 +0000
+++ b/sys/compat/linux/common/linux_exec_elf32.c Tue Oct 22 23:31:24 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_elf32.c,v 1.57 2002/09/05 14:32:49 christos Exp $ */
+/* $NetBSD: linux_exec_elf32.c,v 1.58 2002/10/22 23:31:24 christos Exp $ */
/*-
* Copyright (c) 1995, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -42,10 +42,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.57 2002/09/05 14:32:49 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.58 2002/10/22 23:31:24 christos Exp $");
#ifndef ELFSIZE
-#define ELFSIZE 32 /* XXX should die */
+/* XXX should die */
+#define ELFSIZE 32
#endif
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index