Changeset 183 for trunk/src/trustfile.c
- Timestamp:
- Oct 26, 2008, 12:59:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trustfile.c
r171 r183 319 319 320 320 /* not static to circumvent stupid gcc 4 bug */ 321 int getfname(c har *fname, char *rbuf, int rsz)321 int getfname(const char *fname, char *rbuf, int rsz) 322 322 { 323 323 #ifndef TRUST_MAIN … … 678 678 } 679 679 680 int sl_trustfile(c har *fname, uid_t *okusers, uid_t *badusers)680 int sl_trustfile(const char *fname, uid_t *okusers, uid_t *badusers) 681 681 { 682 682 char fexp[MAXFILENAME]; /* file name fully expanded */
Note:
See TracChangeset
for help on using the changeset viewer.