Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/sunos32 header is struct netbsd32_exec



details:   https://anonhg.NetBSD.org/src/rev/94890c45c3d9
branches:  trunk
changeset: 503535:94890c45c3d9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 08 12:32:41 2001 +0000

description:
header is struct netbsd32_exec

diffstat:

 sys/compat/sunos32/sunos32_exec.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59f9cbf6528b -r 94890c45c3d9 sys/compat/sunos32/sunos32_exec.h
--- a/sys/compat/sunos32/sunos32_exec.h Thu Feb 08 10:08:53 2001 +0000
+++ b/sys/compat/sunos32/sunos32_exec.h Thu Feb 08 12:32:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunos32_exec.h,v 1.1 2001/02/02 07:28:54 mrg Exp $     */
+/*     $NetBSD: sunos32_exec.h,v 1.2 2001/02/08 12:32:41 mrg Exp $     */
 
 /*
  * Copyright (c) 2001 Matthew R. Green
@@ -31,7 +31,7 @@
 #ifndef        _SUNOS32_EXEC_H_
 #define        _SUNOS32_EXEC_H_
 
-#define SUNOS32_AOUT_HDR_SIZE (sizeof(struct sunos_exec))
+#define SUNOS32_AOUT_HDR_SIZE (sizeof(struct netbsd32_exec))
 
 extern const struct emul emul_sunos;
 



Home | Main Index | Thread Index | Old Index