summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-21 18:01:55 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-21 18:01:55 +0000
commit616dec9df4d1e704d6fe6c69383d3b8f930345bf (patch)
treee837e8b58021fbdbe6b8e0791d126fd491dfd45e /user_call
parent41e1906f0e39abfc6d0092b7275c65a7a67ae0b6 (diff)
Remove use of backwards compatibility header name.
Glibc as old as 2.2 provides working headers under the right name and if not libax25 would install headers under the right name so this has become redundant and ugly.
Diffstat (limited to 'user_call')
-rw-r--r--user_call/ax25_call.c8
-rw-r--r--user_call/netrom_call.c12
-rw-r--r--user_call/rose_call.c8
3 files changed, 0 insertions, 28 deletions
diff --git a/user_call/ax25_call.c b/user_call/ax25_call.c
index 9475e1a..1fafe4f 100644
--- a/user_call/ax25_call.c
+++ b/user_call/ax25_call.c
@@ -11,16 +11,8 @@
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include <netax25/kernel_ax25.h>
-#endif
-#ifdef HAVE_NETROSE_ROSE_H
#include <netrose/rose.h>
-#else
-#include <netax25/kernel_rose.h>
-#endif
#include <netax25/axlib.h>
#include <netax25/axconfig.h>
diff --git a/user_call/netrom_call.c b/user_call/netrom_call.c
index ca4c1c9..8d7fd85 100644
--- a/user_call/netrom_call.c
+++ b/user_call/netrom_call.c
@@ -11,21 +11,9 @@
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include <netax25/kernel_ax25.h>
-#endif
-#ifdef HAVE_NETROM_NETROM_H
#include <netrom/netrom.h>
-#else
-#include <netax25/kernel_netrom.h>
-#endif
-#ifdef HAVE_NETROSE_ROSE_H
#include <netrose/rose.h>
-#else
-#include <netax25/kernel_rose.h>
-#endif
#include <netax25/axlib.h>
#include <netax25/axconfig.h>
diff --git a/user_call/rose_call.c b/user_call/rose_call.c
index 51308a2..43a27ae 100644
--- a/user_call/rose_call.c
+++ b/user_call/rose_call.c
@@ -11,16 +11,8 @@
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include <netax25/kernel_ax25.h>
-#endif
-#ifdef HAVE_NETROSE_ROSE_H
#include <netrose/rose.h>
-#else
-#include <netax25/kernel_rose.h>
-#endif
#include <netax25/axlib.h>
#include <netax25/axconfig.h>