packages: root/root-krb5_functions.patch (NEW) - fix conflicts with krb5 fu...

lisu lisu at pld-linux.org
Wed Dec 15 15:04:32 CET 2010


Author: lisu                         Date: Wed Dec 15 14:04:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix conflicts with krb5 functions

---- Files affected:
packages/root:
   root-krb5_functions.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/root/root-krb5_functions.patch
diff -u /dev/null packages/root/root-krb5_functions.patch:1.1
--- /dev/null	Wed Dec 15 15:04:32 2010
+++ packages/root/root-krb5_functions.patch	Wed Dec 15 15:04:27 2010
@@ -0,0 +1,18 @@
+--- root/net/krb5auth/src/TKSocket.cxx~	2010-12-14 15:20:23.000000000 +0100
++++ root/net/krb5auth/src/TKSocket.cxx	2010-12-15 15:01:54.534983335 +0100
+@@ -11,15 +11,6 @@
+ #include "TError.h"
+ 
+ 
+-extern "C" {
+-// missing from "krb5.h"
+-extern int krb5_net_read(/*IN*/ krb5_context context, int fd,
+-                         /*OUT*/ char *buf,/*IN*/ int len);
+-
+-extern int krb5_net_write(/*IN*/ krb5_context context, int fd,
+-                          const char *buf, int len);
+-}
+-
+ 
+ ClassImp(TKSocket)
+ 
================================================================


More information about the pld-cvs-commit mailing list