diff options
| author | Rob Landley <rob@landley.net> | 2006-07-25 20:37:45 +0000 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2006-07-25 20:37:45 +0000 |
| commit | 5ebeb3ec56a23ab0508c5b4533e4261954fcdec2 (patch) | |
| tree | c0a64f1d76ffd88f25a1a5a100531e545462a3fd /modutils | |
| parent | 91a339002a4911743a1ebb3651ae8ee938e8f363 (diff) | |
| download | busybox-w32-5ebeb3ec56a23ab0508c5b4533e4261954fcdec2.tar.gz busybox-w32-5ebeb3ec56a23ab0508c5b4533e4261954fcdec2.tar.bz2 busybox-w32-5ebeb3ec56a23ab0508c5b4533e4261954fcdec2.zip | |
Somebody on the buildroot list hit:
insmod.c:515:10: extra tokens at end of #ident directive
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/insmod.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 7ed4cdb30..3113f7446 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
| @@ -349,8 +349,6 @@ extern int insmod_ng_main( int argc, char **argv); | |||
| 349 | #ifndef MODUTILS_MODULE_H | 349 | #ifndef MODUTILS_MODULE_H |
| 350 | /* Why? static const int MODUTILS_MODULE_H = 1;*/ | 350 | /* Why? static const int MODUTILS_MODULE_H = 1;*/ |
| 351 | 351 | ||
| 352 | #ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $" | ||
| 353 | |||
| 354 | /*======================================================================*/ | 352 | /*======================================================================*/ |
| 355 | /* For sizeof() which are related to the module platform and not to the | 353 | /* For sizeof() which are related to the module platform and not to the |
| 356 | environment isnmod is running in, use sizeof_xx instead of sizeof(xx). */ | 354 | environment isnmod is running in, use sizeof_xx instead of sizeof(xx). */ |
| @@ -512,8 +510,6 @@ int delete_module(const char *); | |||
| 512 | #ifndef MODUTILS_OBJ_H | 510 | #ifndef MODUTILS_OBJ_H |
| 513 | /* Why? static const int MODUTILS_OBJ_H = 1; */ | 511 | /* Why? static const int MODUTILS_OBJ_H = 1; */ |
| 514 | 512 | ||
| 515 | #ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $" | ||
| 516 | |||
| 517 | /* The relocatable object is manipulated using elfin types. */ | 513 | /* The relocatable object is manipulated using elfin types. */ |
| 518 | 514 | ||
| 519 | #include <stdio.h> | 515 | #include <stdio.h> |
