diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-02-25 01:32:21 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-02-25 01:32:21 +0100 |
| commit | da795191f4105f8ce9d688ad4d202bca33318b96 (patch) | |
| tree | 24d4635afd63e7b46938f9e3c8164df1c20a8e2c | |
| parent | 45b2616b0b288d2831258ffea5bcb34ff7511836 (diff) | |
strip useless includes from fix-translator-functions.patch
| -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) +{ |
