[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#911491: uronode hard codes location of net/if.h



Source: uronode
Version: 2.8.1-1
Tags: patch upstream
Control: block 798955 by -1

uronode hard codes the location of net/if.h. Doing so will break with
non-glibc libcs on Debian and with a glibc that fixes #798955. The
attached patch defers the lookup to the compiler. Please consider
applying it.

Helmut
--- uronode-2.8.1.orig/axdigi.c
+++ uronode-2.8.1/axdigi.c
@@ -21,7 +21,7 @@
  *        12th June 1997.
  */
 
-#include </usr/include/net/if.h>
+#include <net/if.h>
 #include <linux/if_ether.h>
 #include <netinet/in.h>
 #include <sys/ioctl.h>

Reply to: