patch-include_rpcsecgss_rpc_rpc_h 782 B

12345678910111213141516
  1. --- librpcsecgss-0.19.orig/include/rpcsecgss/rpc/rpc.h 2009-07-29 18:24:50.000000000 +0200
  2. +++ librpcsecgss-0.19/include/rpcsecgss/rpc/rpc.h 2013-11-11 21:11:41.000000000 +0100
  3. @@ -71,13 +71,6 @@
  4. __BEGIN_DECLS
  5. -/* Global variables, protected for multi-threaded applications. */
  6. -extern fd_set *__rpc_thread_svc_fdset (void) __attribute__ ((__const__));
  7. -#define svc_fdset (*__rpc_thread_svc_fdset ())
  8. -
  9. -extern struct rpc_createerr *__rpc_thread_createerr (void)
  10. - __attribute__ ((__const__));
  11. -#define get_rpc_createerr() (*__rpc_thread_createerr ())
  12. /* The people who "engineered" RPC should bee punished for naming the
  13. data structure and the variable the same. We cannot always define the
  14. macro 'rpc_createerr' because this would prevent people from defining