[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdistd

Diff for /src/usr.bin/rdistd/server.c between version 1.30 and 1.31

version 1.30, 2014/07/05 07:22:18 version 1.31, 2014/07/05 07:39:18
Line 287 
Line 287 
         case S_IFLNK:          case S_IFLNK:
         case S_IFCHR:          case S_IFCHR:
         case S_IFBLK:          case S_IFBLK:
 #ifdef S_IFSOCK  
         case S_IFSOCK:          case S_IFSOCK:
 #endif  
 #ifdef S_IFIFO  
         case S_IFIFO:          case S_IFIFO:
 #endif  
                 if (unlink(target) < 0) {                  if (unlink(target) < 0) {
                         if (errno == ETXTBSY) {                          if (errno == ETXTBSY) {
                                 if (!silent)                                  if (!silent)
Line 623 
Line 619 
         case S_IFLNK:          case S_IFLNK:
         case S_IFDIR:          case S_IFDIR:
         case S_IFREG:          case S_IFREG:
 #ifdef notyet  
         case S_IFCHR:  
         case S_IFBLK:  
 #ifdef S_IFSOCK  
         case S_IFSOCK:  
 #endif  
 #ifdef S_IFIFO  
         case S_IFIFO:  
 #endif  
 #endif  
                 (void) sendcmd(QC_YES, "%lld %lld %o %s %s",                  (void) sendcmd(QC_YES, "%lld %lld %o %s %s",
                                (long long) stb.st_size,                                 (long long) stb.st_size,
                                (long long) stb.st_mtime,                                 (long long) stb.st_mtime,

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31