bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 14/23] trans: add a payload-aware intrans function to password


From: Justus Winter
Subject: [PATCH 14/23] trans: add a payload-aware intrans function to password
Date: Fri, 29 Nov 2013 01:03:42 +0100

* trans/Makefile (password-MIGSFLAGS): Add mutator.
---
 trans/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/trans/Makefile b/trans/Makefile
index c0386d0..fa00002 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -34,6 +34,7 @@ LDLIBS += -lpthread
 password-LDLIBS = $(LIBCRYPT)
 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 <hurd/trivfs.h>;"
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]