Changeset 483 for trunk/src/sh_suidchk.c
- Timestamp:
- Sep 1, 2015, 7:38:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_suidchk.c
r481 r483 2347 2347 * Avoids the 'clobbered by longjmp' warning. 2348 2348 */ 2349 sh_dummy_ type = (void*) &type;2349 sh_dummy_2229_type = (void*) &type; 2350 2350 2351 2351 while (type == NULL … … 2367 2367 * Avoids the 'clobbered by longjmp' warning. 2368 2368 */ 2369 sh_dummy_ type = (void*) &type;2369 sh_dummy_2229_type = (void*) &type; 2370 2370 2371 2371 if (statfs (relpath, &fss, sizeof (struct statfs), 0) == -1) … … 2395 2395 * Avoids the 'clobbered by longjmp' warning. 2396 2396 */ 2397 sh_dummy_ type = (void*) &type;2397 sh_dummy_2229_type = (void*) &type; 2398 2398 2399 2399 if (statvfs (relpath, &fss) == -1) … … 2436 2436 * Avoids the 'clobbered by longjmp' warning. 2437 2437 */ 2438 sh_dummy_ type = (void*) &type;2438 sh_dummy_2229_type = (void*) &type; 2439 2439 2440 2440 if (S_ISLNK (statp->st_mode))
Note:
See TracChangeset
for help on using the changeset viewer.