Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern "a.out" -> "elf" in a comment
details: https://anonhg.NetBSD.org/src/rev/a38a5663cbbb
branches: trunk
changeset: 532112:a38a5663cbbb
user: atatat <atatat%NetBSD.org@localhost>
date: Fri May 31 16:49:12 2002 +0000
description:
"a.out" -> "elf" in a comment
diffstat:
sys/kern/exec_elf_common.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9ca4d34b4d3a -r a38a5663cbbb sys/kern/exec_elf_common.c
--- a/sys/kern/exec_elf_common.c Fri May 31 16:48:28 2002 +0000
+++ b/sys/kern/exec_elf_common.c Fri May 31 16:49:12 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_elf_common.c,v 1.14 2001/11/12 15:25:03 lukem Exp $ */
+/* $NetBSD: exec_elf_common.c,v 1.15 2002/05/31 16:49:12 atatat Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_elf_common.c,v 1.14 2001/11/12 15:25:03 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_elf_common.c,v 1.15 2002/05/31 16:49:12 atatat Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -47,7 +47,7 @@
#include <sys/resourcevar.h>
/*
- * exec_elf_setup_stack(): Set up the stack segment for an a.out
+ * exec_elf_setup_stack(): Set up the stack segment for an elf
* executable.
*
* Note that the ep_ssize parameter must be set to be the current stack
Home |
Main Index |
Thread Index |
Old Index