summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/auth_gssapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/auth_gssapi.h')
-rw-r--r--src/lib/rpc/auth_gssapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/auth_gssapi.h b/src/lib/rpc/auth_gssapi.h
index fe2bd9797..3f5c030d6 100644
--- a/src/lib/rpc/auth_gssapi.h
+++ b/src/lib/rpc/auth_gssapi.h
@@ -27,7 +27,7 @@
* Make sure we have a definition for PROTOTYPE.
*/
#if !defined(PROTOTYPE)
-#if defined(__STDC__) || defined(_MSDOS) || defined(_WIN32) || defined(__ultrix)
+#if defined(__STDC__) || defined(_WIN32) || defined(__ultrix)
#define PROTOTYPE(x) x
#else
#define PROTOTYPE(x) ()