Changeset 2943
- Timestamp:
- Jan 10, 2005, 12:11:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/idataclient.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/idataclient.c
r2934 r2943 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: idataclient.c,v 1. 2 2005-01-08 00:57:59jhoblitt Exp $6 * $Id: idataclient.c,v 1.3 2005-01-10 22:11:12 jhoblitt Exp $ 7 7 */ 8 8 … … 64 64 } 65 65 66 file = open(filename, O_RDWR|O_ CREAT|O_EXCL, 0660);66 file = open(filename, O_RDWR|O_TRUNC, 0660); 67 67 if (file == -1) { 68 68 fprintf(stderr, "can not open %s: %s\n", filename, strerror(errno));
Note:
See TracChangeset
for help on using the changeset viewer.
