Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Updated comment about COMPAT_IRIX: we start working...



details:   https://anonhg.NetBSD.org/src/rev/4b4c1aeb263b
branches:  trunk
changeset: 518328:4b4c1aeb263b
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Nov 28 11:45:36 2001 +0000

description:
Updated comment about COMPAT_IRIX: we start working on o32 first...

diffstat:

 sys/kern/exec_conf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d030d177d19a -r 4b4c1aeb263b sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c      Wed Nov 28 10:36:48 2001 +0000
+++ b/sys/kern/exec_conf.c      Wed Nov 28 11:45:36 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_conf.c,v 1.61 2001/11/26 21:43:01 manu Exp $      */
+/*     $NetBSD: exec_conf.c,v 1.62 2001/11/28 11:45:36 manu Exp $      */
 
 /*
  * Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.61 2001/11/26 21:43:01 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.62 2001/11/28 11:45:36 manu Exp $");
 
 #include "opt_execfmt.h"
 #include "opt_compat_freebsd.h"
@@ -254,7 +254,7 @@
          { ELF32NAME2(irix,probe) },
          &emul_irix, EXECSW_PRIO_ANY,
          IRIX_AUX_ARGSIZ,
-         irix_elf32_copyargs, NULL }, /* IRIX 6.5 ELF n32 bins */
+         irix_elf32_copyargs, NULL }, /* IRIX o32 ELF bins */
 #endif
 #ifdef COMPAT_SVR4_32
        { sizeof (Elf32_Ehdr), exec_elf32_makecmds,



Home | Main Index | Thread Index | Old Index