This commit is contained in:
Michael Black 2020-01-15 15:58:11 -06:00
commit ccaaa41d83
No known key found for this signature in database
GPG key ID: 6599353EC683404D
4 changed files with 1 additions and 10 deletions

View file

@ -126,8 +126,8 @@
*/
int par_open(hamlib_port_t *port)
{
#ifdef HAVE_LINUX_PPDEV_H
int fd;
#ifdef HAVE_LINUX_PPDEV_H
int mode;
#endif

View file

@ -862,9 +862,6 @@ int ampctl_parse(AMP *my_amp, FILE *fin, FILE *fout, char *argv[], int argc)
rp_hist_buf = (char *)calloc(896, sizeof(char));
#endif
rl_instream = fin;
rl_outstream = fout;
rp_getline("\nAmplifier command: ");
/* EOF (Ctl-D) received on empty input line, bail out gracefully. */

View file

@ -1019,9 +1019,6 @@ int rigctl_parse(RIG *my_rig, FILE *fin, FILE *fout, char *argv[], int argc,
rp_hist_buf = (char *)calloc(512, sizeof(char));
#endif
rl_instream = fin;
rl_outstream = fout;
rp_getline("\nRig command: ");
/* EOF (Ctl-D) received on empty input line, bail out gracefully. */

View file

@ -910,9 +910,6 @@ int rotctl_parse(ROT *my_rot, FILE *fin, FILE *fout, char *argv[], int argc,
rp_hist_buf = (char *)calloc(896, sizeof(char));
#endif
rl_instream = fin;
rl_outstream = fout;
rp_getline("\nRotator command: ");
/* EOF (Ctl-D) received on empty input line, bail out gracefully. */