[shibboleth-sp2] 51/100: Fixed conditional declaration

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.

commit 87d421b490fb7363216f9eaffbaab112d8c3f0d5
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Tue Oct 19 01:48:04 2004 +0000

    Fixed conditional declaration
---
 shar/shar-utils.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shar/shar-utils.cpp b/shar/shar-utils.cpp
index 0663ceb..3b6371b 100644
--- a/shar/shar-utils.cpp
+++ b/shar/shar-utils.cpp
@@ -31,7 +31,7 @@
 #include <shib/shib-threads.h>
 #include <log4cpp/Category.hh>
 
-#ifndef !HAVE_DECL_SVCFD_CREATE
+#if !HAVE_DECL_SVCFD_CREATE
   extern "C" SVCXPRT* svcfd_create(int, u_int, u_int);
 #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list