- Timestamp:
- Feb 24, 2009 4:08:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.c
r2243 r2281 41 41 #endif 42 42 43 #ifdef DEBUG 44 extern FILE *tracefile; 45 #endif 46 43 47 44 48 int shfile_open(shfdtab *pfdtab, const char *name, unsigned flags, mode_t mode) … … 53 57 #endif 54 58 55 TRACE2((NULL, "shfile_open(%p:{%s}, %#x, 0%o) -> %d [%d]\n", name, name, flags, mode, fd, errno)); 59 #ifdef DEBUG 60 if (tracefile) 61 TRACE2((NULL, "shfile_open(%p:{%s}, %#x, 0%o) -> %d [%d]\n", name, name, flags, mode, fd, errno)); 62 #endif 56 63 return fd; 57 64 }
Note:
See TracChangeset
for help on using the changeset viewer.