X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxputty.c;h=0abc1ff86ed05fade1de6b6360c178462eb20579;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=58ae24dab09c898d868c27bb6167d89287e5277e;hpb=b0bf176dfb87a3839ad4beff1f5dc1237e3f7645;p=PuTTY.git diff --git a/unix/uxputty.c b/unix/uxputty.c index 58ae24da..0abc1ff8 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -12,6 +12,12 @@ #include "putty.h" #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. */