diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-11 08:14:39 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-11 08:14:39 +0200 |
commit | 59cfcb1d81825cc4816fc1ffddd0193f0ebec4ae (patch) | |
tree | e98dece1216a3b31d7170ae0bf0e122de1feac96 /hdlcutil/smmixer.c | |
parent | 2964aba637fede36e89a3b6c4330767438a3b619 (diff) |
Import ax25-tools 0.0.6 from tarballax25-tools-0.0.6
Diffstat (limited to 'hdlcutil/smmixer.c')
-rw-r--r-- | hdlcutil/smmixer.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hdlcutil/smmixer.c b/hdlcutil/smmixer.c index 3cfc7e7..fe68422 100644 --- a/hdlcutil/smmixer.c +++ b/hdlcutil/smmixer.c @@ -3,7 +3,7 @@ /* * smmixer.c -- kernel soundcard radio modem driver mixer utility. * - * Copyright (C) 1996 Thomas Sailer (sailer@ife.ee.ethz.ch) + * Copyright (C) 1996,1997,2000 Thomas Sailer (sailer@ife.ee.ethz.ch) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,8 +25,9 @@ * * * History: - * 0.1 26.06.96 Started - * 0.2 11.05.97 introduced hdrvcomm.h + * 0.1 26.06.1996 Started + * 0.2 11.05.1997 introduced hdrvcomm.h + * 0.3 05.01.2000 glibc compile fixes */ /*****************************************************************************/ @@ -41,7 +42,6 @@ #include <net/if.h> #include "hdrvcomm.h" -#include <linux/soundmodem.h> /* ---------------------------------------------------------------------- */ static char *progname; @@ -56,9 +56,7 @@ static int do_mix_ioctl(int cmd, struct sm_mixer_data *mixdat) par.cmd = cmd; par.data.mix = *mixdat; -#ifdef HDRVC_KERNEL i = hdrvc_sm_ioctl(cmd, &par); -#endif *mixdat = par.data.mix; return i; } |