summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_getpass.c.p
blob: 7de5cba40037f0a6b4740b6a91f77f42e2bffe0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./tool_getpass.c	2014-06-11 18:52:29.000000000 +0100
+++ src/tool_getpass.c	2015-01-05 21:42:31.826011647 +0000
@@ -24,6 +24,10 @@
 #ifndef HAVE_GETPASS_R
 /* this file is only for systems without getpass_r() */
 
+#ifdef __AMIGA__
+#undef HAVE_TERMIOS_H
+#endif
+
 #ifdef HAVE_FCNTL_H
 #  include <fcntl.h>
 #endif