author | alwin <alwin> | 2004-02-27 23:29:32 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-27 23:29:32 (UTC) |
commit | 5d508c3d19bfe4f0840f43d7c221db4c3cc8cfad (patch) (unidiff) | |
tree | 4e641b1ef1aa28d95f56066413f4c548415cc6b3 | |
parent | 2b2f507809e55267bf8b2700d36fcab51b03f86a (diff) | |
download | opie-5d508c3d19bfe4f0840f43d7c221db4c3cc8cfad.zip opie-5d508c3d19bfe4f0840f43d7c221db4c3cc8cfad.tar.gz opie-5d508c3d19bfe4f0840f43d7c221db4c3cc8cfad.tar.bz2 |
small bugfix so it compiles with arm-linux-gcc
-rw-r--r-- | noncore/settings/sysinfo/contrib/dhry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/contrib/dhry.c b/noncore/settings/sysinfo/contrib/dhry.c index d1dadbd..20b627c 100644 --- a/noncore/settings/sysinfo/contrib/dhry.c +++ b/noncore/settings/sysinfo/contrib/dhry.c | |||
@@ -492,17 +492,17 @@ int Int_Glob; | |||
492 | Boolean Bool_Glob; | 492 | Boolean Bool_Glob; |
493 | char Ch_1_Glob, | 493 | char Ch_1_Glob, |
494 | Ch_2_Glob; | 494 | Ch_2_Glob; |
495 | int Arr_1_Glob [50]; | 495 | int Arr_1_Glob [50]; |
496 | int Arr_2_Glob [50] [50]; | 496 | int Arr_2_Glob [50] [50]; |
497 | 497 | ||
498 | char Reg_Define[] = "Register option selected."; | 498 | char Reg_Define[] = "Register option selected."; |
499 | 499 | ||
500 | extern char *malloc (); | 500 | //extern char *malloc (); |
501 | Enumeration Func_1 (); | 501 | Enumeration Func_1 (); |
502 | /* | 502 | /* |
503 | forward declaration necessary since Enumeration may not simply be int | 503 | forward declaration necessary since Enumeration may not simply be int |
504 | */ | 504 | */ |
505 | 505 | ||
506 | #ifndef ROPT | 506 | #ifndef ROPT |
507 | #define REG | 507 | #define REG |
508 | /* REG becomes defined as empty */ | 508 | /* REG becomes defined as empty */ |