Changeset 483 for trunk/src/sh_suidchk.c


Ignore:
Timestamp:
Sep 1, 2015, 7:38:58 PM (9 years ago)
Author:
katerina
Message:

Fix for ticket #381 (BSD suid check compile failure).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_suidchk.c

    r481 r483  
    23472347   * Avoids the 'clobbered by longjmp' warning.
    23482348   */
    2349   sh_dummy_type = (void*) &type;
     2349  sh_dummy_2229_type = (void*) &type;
    23502350
    23512351  while (type == NULL
     
    23672367   * Avoids the 'clobbered by longjmp' warning.
    23682368   */
    2369   sh_dummy_type = (void*) &type;
     2369  sh_dummy_2229_type = (void*) &type;
    23702370
    23712371  if (statfs (relpath, &fss, sizeof (struct statfs), 0) == -1)
     
    23952395   * Avoids the 'clobbered by longjmp' warning.
    23962396   */
    2397   sh_dummy_type = (void*) &type;
     2397  sh_dummy_2229_type = (void*) &type;
    23982398
    23992399  if (statvfs (relpath, &fss) == -1)
     
    24362436   * Avoids the 'clobbered by longjmp' warning.
    24372437   */
    2438   sh_dummy_type = (void*) &type;
     2438  sh_dummy_2229_type = (void*) &type;
    24392439
    24402440  if (S_ISLNK (statp->st_mode))
Note: See TracChangeset for help on using the changeset viewer.