Changeset 124 for branches/samba-3.0/source/client/umount.cifs.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/client/umount.cifs.c
r105 r124 132 132 printf(" the cifs filesystem driver (cifs.ko)"); 133 133 printf("\n\tand requires cifs.ko version 1.32 or later\n"); 134 } else if (rc >0)134 } else if (rc != 0) 135 135 printf("user unmount of %s failed with %d %s\n",dir,errno,strerror(errno)); 136 136 close(fileid);
Note:
See TracChangeset
for help on using the changeset viewer.