diff options
-rw-r--r-- | debian/patches/fix-receiver-lookups.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 |