Changeset 10667
- Timestamp:
- Dec 12, 2006, 3:05:10 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 4 edited
-
lib.shell/gprint.c (modified) (1 diff)
-
pclient/pclient.c (modified) (3 diffs)
-
pcontrol/CheckIdleHost.c (modified) (1 diff)
-
pcontrol/PclientCommand.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/gprint.c
r10666 r10667 185 185 int gprint (gpDest dest, char *format, ...) { 186 186 187 int status; 187 188 gpStream *stream; 188 189 va_list argp; 189 int status;190 190 191 191 stream = gprintGetStream (dest); -
trunk/Ohana/src/opihi/pclient/pclient.c
r9473 r10667 6 6 # define opihi_history "" 7 7 # define opihi_rcfile ".pcontrolrc" 8 9 void dummy_prep_term (int flag) { 10 } 8 11 9 12 /* program-dependent initialization */ … … 17 20 InitChild (); 18 21 22 rl_prep_term_function = dummy_prep_term; 19 23 rl_readline_name = opihi_name; 20 24 rl_attempted_completion_function = command_completer; … … 59 63 exit (status); 60 64 } 65 -
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r10652 r10667 90 90 UnlockStack (stack); 91 91 StartJob (job, host); 92 return (TRUE);92 return (TRUE); 93 93 } 94 94 UnlockStack (stack); -
trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
r10652 r10667 18 18 request.tv_nsec = 100000; 19 19 20 // flush the stdout and stderr buffers here 20 21 ReadtoIOBuffer (buffer, host[0].stdout); 22 FlushIOBuffer (buffer); 23 24 ReadtoIOBuffer (buffer, host[0].stderr); 21 25 FlushIOBuffer (buffer); 22 26
Note:
See TracChangeset
for help on using the changeset viewer.
