diff options
Diffstat (limited to 'debian/patches/fix-remount0002-yyy-fix-pfinet.patch')
-rw-r--r-- | debian/patches/fix-remount0002-yyy-fix-pfinet.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/fix-remount0002-yyy-fix-pfinet.patch b/debian/patches/fix-remount0002-yyy-fix-pfinet.patch deleted file mode 100644 index 258cc869..00000000 --- a/debian/patches/fix-remount0002-yyy-fix-pfinet.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 9092ca502d116729fcb25588343068a57efaf6c0 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Sat, 18 Jul 2015 02:51:56 +0200 -Subject: [PATCH hurd 2/2] yyy fix pfinet - ---- - pfinet/iioctl-ops.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pfinet/iioctl-ops.c b/pfinet/iioctl-ops.c -index f1c503d..6721673 100644 ---- a/pfinet/iioctl-ops.c -+++ b/pfinet/iioctl-ops.c -@@ -283,9 +283,9 @@ S_iioctl_siocgifhwaddr (struct sock_user *user, - else - { - memcpy (addr->sa_data, dev->dev_addr, dev->addr_len); -- addr->sa_family = dev->type; -+ memcpy (addr, &dev->type, sizeof dev->type); - } -- -+ - pthread_mutex_unlock (&global_lock); - return err; - } --- -2.1.4 - |