aboutsummaryrefslogtreecommitdiff
path: root/insmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'insmod.c')
-rw-r--r--insmod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/insmod.c b/insmod.c
index 136f9f062..0c81af6f0 100644
--- a/insmod.c
+++ b/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