summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/undo_net_size_fix.patch12
2 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 310aec24..b0f3b56f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -76,4 +76,3 @@ libmachdev-remove-static-linking-hack.patch
0026-hurd-add-intranpayload-functions-to-all-hurd-types.patch
0027-libports-use-protected-payloads-to-optimize-the-obje.patch
0028-libports-Fix-build.patch
-undo_net_size_fix.patch
diff --git a/debian/patches/undo_net_size_fix.patch b/debian/patches/undo_net_size_fix.patch
deleted file mode 100644
index 47c5e54d..00000000
--- a/debian/patches/undo_net_size_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/libmachdev/net.c b/libmachdev/net.c
-index 53edcd0..ea56b8b 100644
---- a/libmachdev/net.c
-+++ b/libmachdev/net.c
-@@ -245,7 +245,6 @@ netif_rx_handle (char *data, int len, struct net_device *dev)
- /* remember message sizes must be rounded up */
- net_msg->msg_hdr.msgh_size =
- (((mach_msg_size_t) (sizeof (struct net_rcv_msg)
-- - sizeof net_msg->sent
- - NET_RCV_MAX + pack_size)) + 3) & ~3;
-
- /* Copy packet into message buffer. */