summaryrefslogtreecommitdiff
path: root/debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-21 12:13:49 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-21 12:13:49 +0100
commita22a44d56a9776c04151f43b495baf12d8718739 (patch)
treeb27cd1335dbf0670281b13e98720e1b732379f55 /debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch
parent295f563ee0f825971c77d91a77fa21d81b889759 (diff)
drop old patch series
Diffstat (limited to 'debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch')
-rw-r--r--debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch b/debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch
deleted file mode 100644
index 2d0ec8d9..00000000
--- a/debian/patches/0019-trans-password-add-a-payload-aware-intrans-function.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 103ef2e8092d94fb6a4ea3914981c2d25d3ea3b0 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Thu, 28 Nov 2013 16:51:42 +0100
-Subject: [PATCH hurd 19/29] trans/password: add a payload-aware intrans
- function
-
-* trans/Makefile (password-MIGSFLAGS): Add mutator.
----
- trans/Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/trans/Makefile b/trans/Makefile
-index eecaeeb..04fd276 100644
---- a/trans/Makefile
-+++ b/trans/Makefile
-@@ -34,6 +34,7 @@ LDLIBS += -lpthread
- password-LDLIBS = -lcrypt
- password-MIGSFLAGS=\
- "-DIO_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \
-+ "-DIO_INTRAN_PAYLOAD=trivfs_protid_t trivfs_begin_using_protid_payload" \
- "-DIO_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \
- "-DPASSWORD_IMPORTS=import \"../libtrivfs/mig-decls.h\";"
-
---
-2.1.3
-