Changeset 174 for trunk/src/slib.c
- Timestamp:
- Aug 27, 2008, 5:40:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/slib.c
r170 r174 2093 2093 (void) free(ofiles[fd]->path); 2094 2094 (void) free(ofiles[fd]); 2095 ofiles[fd] = NULL; 2096 } 2097 ++fd; 2098 } 2099 return 0; 2100 } 2101 2102 int sl_dropall_dirty(int fd, int except) 2103 { 2104 while (fd < MAXFD) 2105 { 2106 if (ofiles[fd] != NULL && fd != except) 2107 { 2095 2108 ofiles[fd] = NULL; 2096 2109 }
Note:
See TracChangeset
for help on using the changeset viewer.