[BACK]Return to oxc.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / oxc

Diff for /OpenXM/src/oxc/oxc.c between version 1.7 and 1.8

version 1.7, 2000/12/14 01:35:58 version 1.8, 2000/12/14 03:14:01
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM: OpenXM/src/oxc/oxc.c,v 1.6 2000/12/03 14:32:40 ohara Exp $ */  /* $OpenXM: OpenXM/src/oxc/oxc.c,v 1.7 2000/12/14 01:35:58 ohara Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
Line 110  int main(int argc, char *argv[])
Line 110  int main(int argc, char *argv[])
     }      }
     if (oxlog) {      if (oxlog) {
         execlp(xterm, xterm, "-e", myname,          execlp(xterm, xterm, "-e", myname,
                "-h", remote_host, "-p", port_s, "-c", password);                 "-h", remote_host, "-p", port_s, "-c", password, NULL);
                   fprintf(stderr, "oxc:: cannot exec \"%s oxc ...\"\n", xterm);
     }      }
   
     fprintf(stderr, "start connection!\n");      fprintf(stderr, "start connection!\n");

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>