Skip to content
Snippets Groups Projects
Commit d758234a authored by Yang Tse's avatar Yang Tse
Browse files

examples/anyauthput.c: fix Tru64 compilation issue

parent c07a6f3f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
# ifdef __VMS
typedef int intptr_t;
# endif
# if !defined(_AIX) && !defined(__sgi) && !defined(__DECC)
# if !defined(_AIX) && !defined(__sgi) && !defined(__osf__)
# include <stdint.h>
# endif
# include <unistd.h>
......@@ -53,7 +53,7 @@
#define TRUE 1
#endif
#if defined(_AIX) || defined(__sgi) || defined(__DECC)
#if defined(_AIX) || defined(__sgi) || defined(__osf__)
#ifndef intptr_t
#define intptr_t long
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment