Changeset 33893
- Timestamp:
- May 18, 2012, 3:40:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/Ohana/src/libohana/src/rconnect.c
r33646 r33893 61 61 62 62 pid = fork (); 63 if (pid < 0) { 64 perror ("fork:"); 65 fprintf (stderr, "error forking child process\n"); 66 exit (3); 67 } 63 68 if (!pid) { /* must be child process */ 64 69 if (DEBUG) fprintf (stderr, "starting remote connection to %s...", hostname);
Note:
See TracChangeset
for help on using the changeset viewer.
