diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-01 13:01:24 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-01 13:01:24 +0100 |
commit | c749f9162783ee2dc12b0b2de9be98ece9e467e7 (patch) | |
tree | d88af0e4ae835e82a0f626c5ed29cba8dd2e73e5 /debian/patches/0021-trans-password-add-a-payload-aware-intrans-function.patch | |
parent | aa48e2cf4a80af7d26239a2e76e4214f211b9bb8 (diff) |
add patch series
Diffstat (limited to 'debian/patches/0021-trans-password-add-a-payload-aware-intrans-function.patch')
-rw-r--r-- | debian/patches/0021-trans-password-add-a-payload-aware-intrans-function.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/0021-trans-password-add-a-payload-aware-intrans-function.patch b/debian/patches/0021-trans-password-add-a-payload-aware-intrans-function.patch new file mode 100644 index 00000000..72f10f5c --- /dev/null +++ b/debian/patches/0021-trans-password-add-a-payload-aware-intrans-function.patch @@ -0,0 +1,26 @@ +From a30e0ced6a227705241586dfc118fb8a81f795ab 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 21/28] 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 + |