(file) Return to libfusd.c CVS log (file) Jump to this file's LXR Page (dir) Up to [CENS] / emstar / fusd / libfusd

Diff for /emstar/fusd/libfusd/libfusd.c between version 1.70 and 1.71

version 1.70, 2004/03/17 07:39:41 version 1.71, 2004/04/26 06:25:26
Line 341 
Line 341 
  
   /* make the request */   /* make the request */
   if (write(fd, &message, sizeof(fusd_msg_t)) < 0) {   if (write(fd, &message, sizeof(fusd_msg_t)) < 0) {
       if (errno == EIO) {
         fprintf(stderr, "FUSD version mismatch?\n");
       }
     retval = -errno;     retval = -errno;
     goto done;     goto done;
   }   }


Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2