summarylogtreecommitdiffstats
path: root/0000-Invalid-MKDEV-macro.patch
diff options
context:
space:
mode:
authorChris Severance2018-11-24 18:46:15 -0500
committerChris Severance2018-11-24 18:46:15 -0500
commit0f89658187e968a3d4be7a825b2cd6737ca6960a (patch)
tree4075fa0b281dde1a311ff66324f6f3a75a3c196a /0000-Invalid-MKDEV-macro.patch
parent40b33cbd631dc5ccac130009e1a7d7b2cab0f8f9 (diff)
downloadaur-0f89658187e968a3d4be7a825b2cd6737ca6960a.tar.gz
autu: Update to 7.34-1
Diffstat (limited to '0000-Invalid-MKDEV-macro.patch')
-rw-r--r--0000-Invalid-MKDEV-macro.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0000-Invalid-MKDEV-macro.patch b/0000-Invalid-MKDEV-macro.patch
deleted file mode 100644
index 19f32351c76d..000000000000
--- a/0000-Invalid-MKDEV-macro.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- nslinkd.c.orig 2018-01-05 11:01:23.000000000 -0500
-+++ nslinkd.c 2018-06-18 18:06:27.399852118 -0400
-@@ -40,10 +40,11 @@
- #include <netinet/tcp.h>
- #include <arpa/inet.h>
- #include <netpacket/packet.h>
- #include <net/if.h>
- #include <netdb.h>
-+#include <linux/kdev_t.h>
-
- #include "nslink.h"
- #include "nslinkd.h"
- #include "version.h"
-
-@@ -216,11 +217,10 @@ static void put_pid_file()
-
- /*
- * Create a device if it doesn't exist and have the correct device
- * number or major/minor number.
- */
--#define MKDEV(a,b) ((int)((((a) & 0xff) << 8) | ((b) & 0xff)))
-
-
- static void create_device(const char *prefix, int major, int num, gid_t def_group)
- {
- char name[80];