X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/f89c329410c18fe1f09d843747fad77babb9f89c..c683b25ae5c61a90fb78da577fd8d1b92cbe8fd6:/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)