summaryrefslogtreecommitdiff
path: root/sys/kern/exec_elf32.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2005-03-02 11:05:34 +0000
committermycroft <mycroft@NetBSD.org>2005-03-02 11:05:34 +0000
commitb9c71ccc7a7a46bb033d44ef5bc37cdd12ca6b2c (patch)
treecc1833eeefb0bd55c48be5736d84ce554d5f3502 /sys/kern/exec_elf32.c
parentc9f058f65e52b02fd314b0138def6df16b6ed441 (diff)
Copyright maintenance.
Diffstat (limited to 'sys/kern/exec_elf32.c')
-rw-r--r--sys/kern/exec_elf32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/exec_elf32.c b/sys/kern/exec_elf32.c
index 2457fdd8bd3..31858205435 100644
--- a/sys/kern/exec_elf32.c
+++ b/sys/kern/exec_elf32.c
@@ -1,7 +1,7 @@
-/* $NetBSD: exec_elf32.c,v 1.101 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: exec_elf32.c,v 1.102 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 1994, 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1994, 2000, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exec_elf32.c,v 1.101 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exec_elf32.c,v 1.102 2005/03/02 11:05:34 mycroft Exp $");
/* If not included by exec_elf64.c, ELFSIZE won't be defined. */
#ifndef ELFSIZE