- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/dvo/elixir.c
r7917 r27840 46 46 47 47 sprintf (msgfile, "%s/EMsg.XXXXXX", fifodir); 48 mkstemp (msgfile); 48 if (mkstemp (msgfile) == -1) { 49 gprint (GP_ERR, "can't create fifo\n"); 50 return (FALSE); 51 } 49 52 sprintf (message, "%s %s", cmd, msgfile); 50 53 unlink (msgfile); … … 73 76 74 77 /* write message to end of file */ 75 fseek (f, 0, SEEK_END);78 fseeko (f, 0LL, SEEK_END); 76 79 fprintf (f, "%s\n", message); 77 80
Note:
See TracChangeset
for help on using the changeset viewer.
