diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 21:28:52 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 21:28:52 +0200 |
commit | 1e45750e01d74e94003b8feec51b119eb9463275 (patch) | |
tree | c197b292253d6a18aed94550bf6fcccfa9a2cc09 /debian/patches/fix-receiver-lookups.patch | |
parent | e1acb91c54ac7596e8234b4f81c718012d4d11e3 (diff) |
fix fix-receiver-lookups.patch
Diffstat (limited to 'debian/patches/fix-receiver-lookups.patch')
-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 |