diff options
| author | cgd <cgd@NetBSD.org> | 1996-09-27 18:14:23 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-09-27 18:14:23 +0000 |
| commit | 7c3255776d8509231b2b6c52dd9155666377c291 (patch) | |
| tree | 47f79741748cfa221418192c38459d17043e6fb7 /sys/compat/linux/common/linux_exec.c | |
| parent | d896ecd5f05781b7d6d3f8aee855dc05d9386616 (diff) | |
slightly clean up some of the changes made when ELF64 support went in
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 6c37b127f60..733f83ebaf2 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.17 1996/09/26 20:52:42 cgd Exp $ */ +/* $NetBSD: linux_exec.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ * based on exec_aout.c, sunos_exec.c and svr4_exec.c */ -#define ELFSIZE 32 /* XXX */ +#define ELFSIZE 32 /* XXX should die */ #define EXEC_ELF32 /* XXX should die */ #include <sys/param.h> |
