comparison rvinterf/etmsync/launchrvif.c @ 51:3fb0c7ad27f3

rvinterf/etmsync/launchrvif.c: new rvinterf binary location
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 06:14:43 +0000
parents e7502631a0f9
children
comparison
equal deleted inserted replaced
50:756640235671 51:3fb0c7ad27f3
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <stdlib.h> 9 #include <stdlib.h>
10 #include <unistd.h> 10 #include <unistd.h>
11 #include "exitcodes.h" 11 #include "exitcodes.h"
12 12
13 static char rvinterf_pathname[] = "/usr/local/bin/rvinterf"; 13 static char rvinterf_pathname[] = "/opt/freecalypso/bin/rvinterf";
14 14
15 extern int sock; 15 extern int sock;
16 16
17 char *rvinterf_ttyport, *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt; 17 char *rvinterf_ttyport, *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt;
18 18