summaryrefslogtreecommitdiffstats
path: root/dmascc
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-10 05:54:53 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-08-10 05:54:53 +0200
commita4cc50373fbe27c973f95628fc142efec14e05cf (patch)
treebc163bed95c61b53f1399cb27e1fe9dd60bb6b4f /dmascc
parent5f5d1604492ae15967f9d86f41fbeeedcae0ae2b (diff)
Import ax25-tools 0.0.4 from tarballax25-tools-0.0.4
Diffstat (limited to 'dmascc')
-rw-r--r--dmascc/Makefile.in5
-rw-r--r--dmascc/dmascc_cfg.c2
2 files changed, 2 insertions, 5 deletions
diff --git a/dmascc/Makefile.in b/dmascc/Makefile.in
index e27dab5..86403b0 100644
--- a/dmascc/Makefile.in
+++ b/dmascc/Makefile.in
@@ -61,6 +61,7 @@ AWK = @AWK@
AX25IO_LIB = @AX25IO_LIB@
AX25_LIB = @AX25_LIB@
CC = @CC@
+DMASCC = @DMASCC@
MAKEINFO = @MAKEINFO@
NCURSES_LIB = @NCURSES_LIB@
PACKAGE = @PACKAGE@
@@ -88,10 +89,6 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_EXTRA_LIBS = @X_EXTRA_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
dmascc_cfg_SOURCES = dmascc_cfg.c
dmascc_cfg_OBJECTS = dmascc_cfg.o
dmascc_cfg_LDADD = $(LDADD)
diff --git a/dmascc/dmascc_cfg.c b/dmascc/dmascc_cfg.c
index abf7673..4cece3d 100644
--- a/dmascc/dmascc_cfg.c
+++ b/dmascc/dmascc_cfg.c
@@ -26,7 +26,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
-#include <linux/if.h>
+#include <net/if.h>
#include <linux/dmascc.h>
#include <asm/param.h>