/[cvs]/ccvs/src/server.c
ViewVC logotype

Diff of /ccvs/src/server.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.452.2.13 by dprice, Mon Dec 5 22:00:22 2005 UTC revision 1.452.2.14 by dprice, Tue Dec 6 17:46:58 2005 UTC
# Line 8270  server_base_checkout (RCSNode *rcs, stru Line 8270  server_base_checkout (RCSNode *rcs, stru
8270    
8271      if (tmpfile)      if (tmpfile)
8272      {      {
8273          if (unlink_file (tmpfile) < 0)          if (CVS_UNLINK (tmpfile) < 0)
8274              error (0, errno, "cannot remove `%s'", tmpfile);              error (0, errno, "cannot remove `%s'", tmpfile);
8275          free (tmpfile);          free (tmpfile);
8276      }      }

Legend:
Removed from v.1.452.2.13  
changed lines
  Added in v.1.452.2.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26