comparison rvinterf/libasync/launchrvif.c @ 52:fb4804f72ac0

rvinterf/libasync/launchrvif.c: new rvinterf binary location
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 06:16:12 +0000
parents e7502631a0f9
children 09b4fd9b3827
comparison
equal deleted inserted replaced
51:3fb0c7ad27f3 52:fb4804f72ac0
7 #include <sys/socket.h> 7 #include <sys/socket.h>
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 11
12 static char rvinterf_pathname[] = "/usr/local/bin/rvinterf"; 12 static char rvinterf_pathname[] = "/opt/freecalypso/bin/rvinterf";
13 13
14 extern int sock; 14 extern int sock;
15 15
16 char *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt; 16 char *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt;
17 17