Remove redundant patch
This commit is contained in:
parent
e2f0bd3b89
commit
f7b4ca18ae
|
@ -1,15 +0,0 @@
|
|||
Description: Stop Uronode hard-coding location of net/if.h
|
||||
Author: Helmut Grohne <helmut@subdivi.de>
|
||||
Last-Update: 2018-12-27
|
||||
|
||||
--- a/axdigi.c
|
||||
+++ b/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>
|
|
@ -1,4 +1,3 @@
|
|||
multiarch-libc.patch
|
||||
non-interactive-install.patch
|
||||
hardening
|
||||
folder-update
|
||||
|
|
Loading…
Reference in New Issue