head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.1 date 2004.08.22.10.45.45; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.08.22.10.45.45; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.49.27; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @new package: dhrystone 2.1 (The Dhrystone CPU Integer Arithmetic Benchmark) @ text @Index: dhry_1.c --- dhry_1.c.orig 1988-07-12 21:35:10 +0200 +++ dhry_1.c 2004-08-22 12:33:23 +0200 @@@@ -28,7 +28,6 @@@@ int Arr_1_Glob [50]; int Arr_2_Glob [50] [50]; -extern char *malloc (); Enumeration Func_1 (); /* forward declaration necessary since Enumeration may not simply be int */ @@@@ -45,19 +44,16 @@@@ #ifdef TIMES struct tms time_info; -extern int times (); /* see library function "times" */ #define Too_Small_Time (2*HZ) /* Measurements should last at least about 2 seconds */ #endif #ifdef TIME -extern long time(); /* see library function "time" */ #define Too_Small_Time 2 /* Measurements should last at least 2 seconds */ #endif #ifdef MSC_CLOCK -extern clock_t clock(); #define Too_Small_Time (2*HZ) #endif @ 1.1.2.1 log @file dhrystone.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:49:27 +0000 @ text @d1 31 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 31 Index: dhry_1.c --- dhry_1.c.orig 1988-07-12 21:35:10 +0200 +++ dhry_1.c 2004-08-22 12:33:23 +0200 @@@@ -28,7 +28,6 @@@@ int Arr_1_Glob [50]; int Arr_2_Glob [50] [50]; -extern char *malloc (); Enumeration Func_1 (); /* forward declaration necessary since Enumeration may not simply be int */ @@@@ -45,19 +44,16 @@@@ #ifdef TIMES struct tms time_info; -extern int times (); /* see library function "times" */ #define Too_Small_Time (2*HZ) /* Measurements should last at least about 2 seconds */ #endif #ifdef TIME -extern long time(); /* see library function "time" */ #define Too_Small_Time 2 /* Measurements should last at least 2 seconds */ #endif #ifdef MSC_CLOCK -extern clock_t clock(); #define Too_Small_Time (2*HZ) #endif @