aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--insmod.c6
-rw-r--r--modutils/insmod.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/insmod.c b/insmod.c
index c0c7d3183..6ac2dcda4 100644
--- a/insmod.c
+++ b/insmod.c
@@ -78,7 +78,7 @@
78#ifndef MODUTILS_MODULE_H 78#ifndef MODUTILS_MODULE_H
79static const int MODUTILS_MODULE_H = 1; 79static const int MODUTILS_MODULE_H = 1;
80 80
81#ident "$Id: insmod.c,v 1.41 2001/01/26 01:52:14 andersen Exp $" 81#ident "$Id: insmod.c,v 1.42 2001/01/26 02:23:57 andersen Exp $"
82 82
83/* This file contains the structures used by the 2.0 and 2.1 kernels. 83/* This file contains the structures used by the 2.0 and 2.1 kernels.
84 We do not use the kernel headers directly because we do not wish 84 We do not use the kernel headers directly because we do not wish
@@ -284,7 +284,7 @@ int delete_module(const char *);
284#ifndef MODUTILS_OBJ_H 284#ifndef MODUTILS_OBJ_H
285static const int MODUTILS_OBJ_H = 1; 285static const int MODUTILS_OBJ_H = 1;
286 286
287#ident "$Id: insmod.c,v 1.41 2001/01/26 01:52:14 andersen Exp $" 287#ident "$Id: insmod.c,v 1.42 2001/01/26 02:23:57 andersen Exp $"
288 288
289/* The relocatable object is manipulated using elfin types. */ 289/* The relocatable object is manipulated using elfin types. */
290 290
@@ -339,7 +339,7 @@ static const int MODUTILS_OBJ_H = 1;
339#define Elf32_RelM Elf32_Rel 339#define Elf32_RelM Elf32_Rel
340 340
341#else 341#else
342#error insmod.c no platform specified 342#error Sorry, but insmod.c does not yet support this architecture...
343#endif 343#endif
344 344
345#ifndef ElfW 345#ifndef ElfW
diff --git a/modutils/insmod.c b/modutils/insmod.c
index c0c7d3183..6ac2dcda4 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -78,7 +78,7 @@
78#ifndef MODUTILS_MODULE_H 78#ifndef MODUTILS_MODULE_H
79static const int MODUTILS_MODULE_H = 1; 79static const int MODUTILS_MODULE_H = 1;
80 80
81#ident "$Id: insmod.c,v 1.41 2001/01/26 01:52:14 andersen Exp $" 81#ident "$Id: insmod.c,v 1.42 2001/01/26 02:23:57 andersen Exp $"
82 82
83/* This file contains the structures used by the 2.0 and 2.1 kernels. 83/* This file contains the structures used by the 2.0 and 2.1 kernels.
84 We do not use the kernel headers directly because we do not wish 84 We do not use the kernel headers directly because we do not wish
@@ -284,7 +284,7 @@ int delete_module(const char *);
284#ifndef MODUTILS_OBJ_H 284#ifndef MODUTILS_OBJ_H
285static const int MODUTILS_OBJ_H = 1; 285static const int MODUTILS_OBJ_H = 1;
286 286
287#ident "$Id: insmod.c,v 1.41 2001/01/26 01:52:14 andersen Exp $" 287#ident "$Id: insmod.c,v 1.42 2001/01/26 02:23:57 andersen Exp $"
288 288
289/* The relocatable object is manipulated using elfin types. */ 289/* The relocatable object is manipulated using elfin types. */
290 290
@@ -339,7 +339,7 @@ static const int MODUTILS_OBJ_H = 1;
339#define Elf32_RelM Elf32_Rel 339#define Elf32_RelM Elf32_Rel
340 340
341#else 341#else
342#error insmod.c no platform specified 342#error Sorry, but insmod.c does not yet support this architecture...
343#endif 343#endif
344 344
345#ifndef ElfW 345#ifndef ElfW