Changeset 42919 for trunk/Ohana/src/opihi/pcontrol
- Timestamp:
- Sep 2, 2025, 10:09:16 AM (11 months ago)
- Location:
- trunk/Ohana/src/opihi/pcontrol
- Files:
-
- 2 edited
-
JobOps.c (modified) (1 diff)
-
pcontrol.c.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/JobOps.c
r39457 r42919 270 270 271 271 FREE (job[0].hostname); 272 FREE (job[0].realhost); 272 273 for (i = 0; i < job[0].argc; i++) { 273 274 FREE (job[0].argv[i]); -
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
r42389 r42919 6 6 # define opihi_prompt "pcontrol: " 7 7 # define opihi_description "pcontrol client shell\n" 8 # define opihi_history " .pcontrol"8 # define opihi_history "NONE" 9 9 # define opihi_rcfile ".pcontrolrc" 10 10
Note:
See TracChangeset
for help on using the changeset viewer.
