aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-25 21:45:58 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-25 21:45:58 +0000
commit00b6f7a2c0e4a76d49eadfbeda56b4043a1e1bf0 (patch)
tree7fa09f8a448d71c604288ec50a1777e657f57db5 /modutils
parent646a915c3ca69b3c1dd20bb3bc06531122b3ddb3 (diff)
downloadbusybox-w32-00b6f7a2c0e4a76d49eadfbeda56b4043a1e1bf0.tar.gz
busybox-w32-00b6f7a2c0e4a76d49eadfbeda56b4043a1e1bf0.tar.bz2
busybox-w32-00b6f7a2c0e4a76d49eadfbeda56b4043a1e1bf0.zip
Renamed "internal.h" to the more sensible "busybox.h".
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils')
-rw-r--r--modutils/insmod.c6
-rw-r--r--modutils/lsmod.c2
-rw-r--r--modutils/rmmod.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 136f9f062..0c81af6f0 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -36,7 +36,7 @@
36 * 36 *
37 */ 37 */
38 38
39#include "internal.h" 39#include "busybox.h"
40#include <stdlib.h> 40#include <stdlib.h>
41#include <stdio.h> 41#include <stdio.h>
42#include <stddef.h> 42#include <stddef.h>
@@ -77,7 +77,7 @@
77#ifndef MODUTILS_MODULE_H 77#ifndef MODUTILS_MODULE_H
78#define MODUTILS_MODULE_H 1 78#define MODUTILS_MODULE_H 1
79 79
80#ident "$Id: insmod.c,v 1.24 2000/09/24 03:44:29 andersen Exp $" 80#ident "$Id: insmod.c,v 1.25 2000/09/25 21:45:58 andersen Exp $"
81 81
82/* This file contains the structures used by the 2.0 and 2.1 kernels. 82/* This file contains the structures used by the 2.0 and 2.1 kernels.
83 We do not use the kernel headers directly because we do not wish 83 We do not use the kernel headers directly because we do not wish
@@ -283,7 +283,7 @@ int delete_module(const char *);
283#ifndef MODUTILS_OBJ_H 283#ifndef MODUTILS_OBJ_H
284#define MODUTILS_OBJ_H 1 284#define MODUTILS_OBJ_H 1
285 285
286#ident "$Id: insmod.c,v 1.24 2000/09/24 03:44:29 andersen Exp $" 286#ident "$Id: insmod.c,v 1.25 2000/09/25 21:45:58 andersen Exp $"
287 287
288/* The relocatable object is manipulated using elfin types. */ 288/* The relocatable object is manipulated using elfin types. */
289 289
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index a4a0ece0e..ab4726b9e 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -21,7 +21,7 @@
21 * 21 *
22 */ 22 */
23 23
24#include "internal.h" 24#include "busybox.h"
25#include <stdlib.h> 25#include <stdlib.h>
26#include <stdio.h> 26#include <stdio.h>
27#include <stddef.h> 27#include <stddef.h>
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 67b1084fb..dd293523d 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -21,7 +21,7 @@
21 * 21 *
22 */ 22 */
23 23
24#include "internal.h" 24#include "busybox.h"
25#include <stdio.h> 25#include <stdio.h>
26#include <errno.h> 26#include <errno.h>
27#include <unistd.h> 27#include <unistd.h>