aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
commitcb81e6484d1f50ec2761f6294722407b14add525 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /modutils/insmod.c
parent74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff)
downloadbusybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index b45357a69..1f5965e0a 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -6,7 +6,7 @@
6 * MIPS, and v850e. 6 * MIPS, and v850e.
7 * 7 *
8 * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen 8 * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
9 * Copyright (C) 1999,2000,2001,2002 by Erik Andersen <andersee@debian.org> 9 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
10 * and Ron Alder <alder@lineo.com> 10 * and Ron Alder <alder@lineo.com>
11 * 11 *
12 * Miles Bader <miles@gnu.org> added NEC V850E support. 12 * Miles Bader <miles@gnu.org> added NEC V850E support.
@@ -247,7 +247,7 @@
247#ifndef MODUTILS_MODULE_H 247#ifndef MODUTILS_MODULE_H
248static const int MODUTILS_MODULE_H = 1; 248static const int MODUTILS_MODULE_H = 1;
249 249
250#ident "$Id: insmod.c,v 1.97 2003/03/19 09:12:33 mjn3 Exp $" 250#ident "$Id: insmod.c,v 1.98 2003/07/14 21:21:00 andersen Exp $"
251 251
252/* This file contains the structures used by the 2.0 and 2.1 kernels. 252/* This file contains the structures used by the 2.0 and 2.1 kernels.
253 We do not use the kernel headers directly because we do not wish 253 We do not use the kernel headers directly because we do not wish
@@ -468,7 +468,7 @@ int delete_module(const char *);
468#ifndef MODUTILS_OBJ_H 468#ifndef MODUTILS_OBJ_H
469static const int MODUTILS_OBJ_H = 1; 469static const int MODUTILS_OBJ_H = 1;
470 470
471#ident "$Id: insmod.c,v 1.97 2003/03/19 09:12:33 mjn3 Exp $" 471#ident "$Id: insmod.c,v 1.98 2003/07/14 21:21:00 andersen Exp $"
472 472
473/* The relocatable object is manipulated using elfin types. */ 473/* The relocatable object is manipulated using elfin types. */
474 474