Changeset 516 for trunk/src/sh_unix.c


Ignore:
Timestamp:
Oct 31, 2016, 8:31:24 PM (8 years ago)
Author:
katerina
Message:

Fix for ticket #409 and #410 (unprivileged suidcheck and gcc 6.2 compiler warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r513 r516  
    37923792
    37933793static void * sh_dummy_filename;
    3794 static void * sh_dummy_tmp;
    3795 static void * sh_dummy_tmp2;
     3794void * sh_dummy_tmp;
     3795void * sh_dummy_tmp2;
    37963796
    37973797int sh_unix_getinfo (int level, const char * filename, file_type * theFile,
Note: See TracChangeset for help on using the changeset viewer.