62c62 < --- > int battery_init = 0; 75d74 < 306d304 < 324a323 > //return_VALUE('1'); 334d332 < 362c360,361 < --- > acpi_battery_check(battery); > battery_init = 0; 365c364 < --- > recheck: 369,370c368,373 < p += sprintf(p, "present: no\n"); < goto end; --- > > if(battery_init==1) { p += sprintf(p, "present: no\n"); goto end; } > acpi_battery_check(battery); > battery_init++; > goto recheck; > 461c464,465 < --- > acpi_battery_check(battery); > battery_init = 0; 464a469 > recheck: 468,469c473,477 < p += sprintf(p, "present: no\n"); < goto end; --- > if(battery_init==1) { p += sprintf(p, "present: no\n"); goto end; } > acpi_battery_check(battery); > battery_init++; > goto recheck; > 471d478 <