Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/util_file.c

    r206 r221  
    102102****************************************************************************/
    103103
    104 static char *file_pload(char *syscmd, size_t *size)
     104static char *file_pload(const char *syscmd, size_t *size)
    105105{
    106106        int fd, n;
     
    352352****************************************************************************/
    353353
    354 char **file_lines_pload(char *syscmd, int *numlines)
     354char **file_lines_pload(const char *syscmd, int *numlines)
    355355{
    356356        char *p;
Note: See TracChangeset for help on using the changeset viewer.