- Timestamp:
- Oct 10, 2007 2:33:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.c
r1240 r1241 221 221 int rc = fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) 222 222 | (closeit ? FD_CLOEXEC : 0)); 223 fprintf(stderr, "shfile_cloexec(%d, %d) -> %d\n", fd, closeit, rc);223 //fprintf(stderr, "shfile_cloexec(%d, %d) -> %d\n", fd, closeit, rc); 224 224 return rc; 225 225 # endif … … 239 239 # else 240 240 int rc = ioctl(fd, request, buf); 241 fprintf(stderr, "ioctl(%d, %#x, %p) -> %d\n", fd, request, buf, rc);241 //fprintf(stderr, "ioctl(%d, %#x, %p) -> %d\n", fd, request, buf, rc); 242 242 return rc; 243 243 # endif
Note:
See TracChangeset
for help on using the changeset viewer.