Changeset 183 for trunk/src/trustfile.c


Ignore:
Timestamp:
Oct 26, 2008, 12:59:48 PM (16 years ago)
Author:
katerina
Message:

Support for logfile monitoring (ticket #122). Also improved some configure error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/trustfile.c

    r171 r183  
    319319
    320320/* not static to circumvent stupid gcc 4 bug */
    321 int getfname(char *fname, char *rbuf, int rsz)
     321int getfname(const char *fname, char *rbuf, int rsz)
    322322{
    323323#ifndef TRUST_MAIN
     
    678678}
    679679
    680 int sl_trustfile(char *fname, uid_t *okusers, uid_t *badusers)
     680int sl_trustfile(const char *fname, uid_t *okusers, uid_t *badusers)
    681681{
    682682  char fexp[MAXFILENAME];       /* file name fully expanded        */
Note: See TracChangeset for help on using the changeset viewer.