X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f89c329410c18fe1f09d843747fad77babb9f89c..f3e0acda46a71035ca81f7b352d7b61aa451ee23:/unix/uxputty.c diff --git a/unix/uxputty.c b/unix/uxputty.c index 58ae24da..0abc1ff8 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -13,6 +13,12 @@ #include "storage.h" /* + * Stubs to avoid uxpty.c needing to be linked in. + */ +const int use_pty_argv = FALSE; +char **pty_argv; /* never used */ + +/* * Clean up and exit. */ void cleanup_exit(int code)