diff options
| -rw-r--r-- | debian/patches/fix-translator-functions.patch | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/debian/patches/fix-translator-functions.patch b/debian/patches/fix-translator-functions.patch index b2696d24..b3bfc7f9 100644 --- a/debian/patches/fix-translator-functions.patch +++ b/debian/patches/fix-translator-functions.patch @@ -67,10 +67,10 @@ index d81e5a8..0000000 -#define FSYS_IMPORTS import <hurd/trivfs.h>; diff --git a/libtrivfs/mig-decls.h b/libtrivfs/mig-decls.h new file mode 100644 -index 0000000..9a1cb93 +index 0000000..1bbca4e --- /dev/null +++ b/libtrivfs/mig-decls.h -@@ -0,0 +1,111 @@ +@@ -0,0 +1,105 @@ +/* + Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation + @@ -107,12 +107,6 @@ index 0000000..9a1cb93 +extern struct port_bucket **trivfs_dynamic_port_buckets; +extern size_t trivfs_num_dynamic_port_buckets; + -+/* These are the MiG-generated headers that declare prototypes -+ for the server functions. */ -+#include <hurd/trivfs_fs_S.h> -+#include <hurd/trivfs_io_S.h> -+#include <hurd/trivfs_fsys_S.h> -+ +static inline struct trivfs_protid * __attribute__ ((unused)) +trivfs_begin_using_protid (mach_port_t port) +{ |
