[shibboleth-sp2] 58/100: Define int types when stdint is needed.

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 7d20be3f40c89b45c80dc4698782805a5392819f
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Wed Oct 20 16:24:27 2004 +0000

    Define int types when stdint is needed.
---
 oncrpc/xdr.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/oncrpc/xdr.c b/oncrpc/xdr.c
index 76f4d8c..09f2397 100644
--- a/oncrpc/xdr.c
+++ b/oncrpc/xdr.c
@@ -51,7 +51,9 @@ static char sccsid[] = "@(#)xdr.c 1.35 87/08/12";
  * most common data items.  See xdr.h for more info on the interface to
  * xdr.
  */
-
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
 #include <stdio.h>
 #ifndef WIN32
 void *malloc();

-- 
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