aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiles <miles@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-01 14:25:51 +0000
committermiles <miles@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-01 14:25:51 +0000
commit5ebe91ac8c22c93822aab59069bbcdde542cedca (patch)
tree5996db1e2e4b14f827455db3a4aaada4af051f75
parent339bfc0dd35314ee6b401d00dadfd0ce67b9b558 (diff)
downloadbusybox-w32-5ebe91ac8c22c93822aab59069bbcdde542cedca.tar.gz
busybox-w32-5ebe91ac8c22c93822aab59069bbcdde542cedca.tar.bz2
busybox-w32-5ebe91ac8c22c93822aab59069bbcdde542cedca.zip
Tweak my credit (ah, vanity...)
git-svn-id: svn://busybox.net/trunk/busybox@4512 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--modutils/insmod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index f53fdadeb..a3680ab1a 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -9,7 +9,7 @@
9 * Copyright (C) 1999,2000,2001,2002 by Erik Andersen <andersee@debian.org> 9 * Copyright (C) 1999,2000,2001,2002 by Erik Andersen <andersee@debian.org>
10 * and Ron Alder <alder@lineo.com> 10 * and Ron Alder <alder@lineo.com>
11 * 11 *
12 * Modified by Miles Bader <miles@gnu.org> to support the NEC V850E. 12 * Miles Bader <miles@gnu.org> added NEC V850E support.
13 * 13 *
14 * Modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4 14 * Modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4
15 * and (theoretically) SH3. I have only tested SH4 in little endian mode. 15 * and (theoretically) SH3. I have only tested SH4 in little endian mode.
@@ -140,7 +140,7 @@
140#ifndef MODUTILS_MODULE_H 140#ifndef MODUTILS_MODULE_H
141static const int MODUTILS_MODULE_H = 1; 141static const int MODUTILS_MODULE_H = 1;
142 142
143#ident "$Id: insmod.c,v 1.79 2002/04/01 09:34:25 miles Exp $" 143#ident "$Id: insmod.c,v 1.80 2002/04/01 14:25:51 miles Exp $"
144 144
145/* This file contains the structures used by the 2.0 and 2.1 kernels. 145/* This file contains the structures used by the 2.0 and 2.1 kernels.
146 We do not use the kernel headers directly because we do not wish 146 We do not use the kernel headers directly because we do not wish
@@ -357,7 +357,7 @@ int delete_module(const char *);
357#ifndef MODUTILS_OBJ_H 357#ifndef MODUTILS_OBJ_H
358static const int MODUTILS_OBJ_H = 1; 358static const int MODUTILS_OBJ_H = 1;
359 359
360#ident "$Id: insmod.c,v 1.79 2002/04/01 09:34:25 miles Exp $" 360#ident "$Id: insmod.c,v 1.80 2002/04/01 14:25:51 miles Exp $"
361 361
362/* The relocatable object is manipulated using elfin types. */ 362/* The relocatable object is manipulated using elfin types. */
363 363