diff options
Diffstat (limited to 'security/pinentry/files/patch-pinentry::pinentry.c')
-rw-r--r-- | security/pinentry/files/patch-pinentry::pinentry.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/pinentry/files/patch-pinentry::pinentry.c b/security/pinentry/files/patch-pinentry::pinentry.c new file mode 100644 index 000000000000..7eb174ed98c7 --- /dev/null +++ b/security/pinentry/files/patch-pinentry::pinentry.c @@ -0,0 +1,13 @@ +--- pinentry/pinentry.c.orig Thu Jan 30 08:36:45 2003 ++++ pinentry/pinentry.c Thu Jan 30 08:37:10 2003 +@@ -22,6 +22,10 @@ + #include <config.h> + #endif + ++#ifdef _GETOPT_H ++#undef _GETOPT_H ++#endif ++ + #include <errno.h> + #include <stdlib.h> + #include <string.h> |