From 1e45750e01d74e94003b8feec51b119eb9463275 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 4 Apr 2014 21:28:52 +0200 Subject: fix fix-receiver-lookups.patch --- debian/patches/fix-receiver-lookups.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/patches/fix-receiver-lookups.patch b/debian/patches/fix-receiver-lookups.patch index 30f65d9b..d6c15b0d 100644 --- a/debian/patches/fix-receiver-lookups.patch +++ b/debian/patches/fix-receiver-lookups.patch @@ -286,7 +286,7 @@ index 359b11b..2a58bda 100644 /* Called when a protid CRED has no more references. (Because references\ diff --git a/libdiskfs/fsmutations.h b/libdiskfs/fsmutations.h -index 68b6ae3..abbd643 100644 +index 68b6ae3..6248708 100644 --- a/libdiskfs/fsmutations.h +++ b/libdiskfs/fsmutations.h @@ -30,3 +30,10 @@ @@ -295,9 +295,9 @@ index 68b6ae3..abbd643 100644 #define IFSOCK_IMPORTS import "priv.h"; + +#define EXEC_STARTUP_INTRAN \ -+ bootinfo_t begin_using_bootinfo_port (exec_startup_t) ++ bootinfo_t diskfs_begin_using_bootinfo_port (exec_startup_t) +#define EXEC_STARTUP_DESTRUCTOR \ -+ end_using_bootinfo (bootinfo_t) ++ diskfs_end_using_bootinfo (bootinfo_t) +#define EXEC_STARTUP_IMPORTS \ + import "priv.h"; diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h -- cgit v1.2.3