diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-26 02:23:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-26 02:23:57 +0000 |
commit | d5cad14b11bc5a50309214d000429017eca61802 (patch) | |
tree | d7a2f08264c11348915bc781bf35ff57a3f99eca | |
parent | dff9d54e32a713d34af85e75c05412ce25478f46 (diff) | |
download | busybox-w32-d5cad14b11bc5a50309214d000429017eca61802.tar.gz busybox-w32-d5cad14b11bc5a50309214d000429017eca61802.tar.bz2 busybox-w32-d5cad14b11bc5a50309214d000429017eca61802.zip |
Update the arch-not-yet-supported msg to be more clear.
-rw-r--r-- | insmod.c | 6 | ||||
-rw-r--r-- | modutils/insmod.c | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -78,7 +78,7 @@ | |||
78 | #ifndef MODUTILS_MODULE_H | 78 | #ifndef MODUTILS_MODULE_H |
79 | static const int MODUTILS_MODULE_H = 1; | 79 | static 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 |
285 | static const int MODUTILS_OBJ_H = 1; | 285 | static 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 |
79 | static const int MODUTILS_MODULE_H = 1; | 79 | static 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 |
285 | static const int MODUTILS_OBJ_H = 1; | 285 | static 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 |