Changeset 4e20789 in freewrt
- Timestamp:
- Jul 16, 2006, 7:33:33 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 2bbee85
- Parents:
- 9e17a74
- Location:
- tools/paxmirabilis
- Files:
-
- 3 edited
-
fgetln.c (modified) (1 diff)
-
src/cache.c (modified) (4 diffs)
-
src/options.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/paxmirabilis/fgetln.c
r9e17a74 r4e20789 6 6 7 7 #ifdef __GLIBC__ 8 ssize_t getline(char **lineptr, size_t *n, FILE *stream); 9 8 10 char * 9 11 fgetln (stream, len) -
tools/paxmirabilis/src/cache.c
r9e17a74 r4e20789 197 197 */ 198 198 if (!pwopn) { 199 #if ndef __INTERIX199 #if !defined(__INTERIX) && !defined(__GLIBC__) 200 200 setpassent(1); 201 201 #endif … … 265 265 */ 266 266 if (!gropn) { 267 #if ndef __INTERIX267 #if !defined(__INTERIX) && !defined(__GLIBC__) 268 268 setgroupent(1); 269 269 #endif … … 334 334 335 335 if (!pwopn) { 336 #if ndef __INTERIX336 #if !defined(__INTERIX) && !defined(__GLIBC__) 337 337 setpassent(1); 338 338 #endif … … 399 399 400 400 if (!gropn) { 401 #if ndef __INTERIX401 #if !defined(__INTERIX) && !defined(__GLIBC__) 402 402 setgroupent(1); 403 403 #endif -
tools/paxmirabilis/src/options.c
r9e17a74 r4e20789 59 59 __SCCSID("@(#)options.c 8.2 (Berkeley) 4/18/94"); 60 60 __RCSID("$MirOS: src/bin/pax/options.c,v 1.18 2006/07/16 16:14:50 tg Exp $"); 61 62 #ifdef __GLIBC__ 63 char *fgetln(FILE *, size_t *); 64 #endif 61 65 62 66 /*
Note:
See TracChangeset
for help on using the changeset viewer.
