]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
irix fixen
[citadel.git] / citadel / citadel.c
index 36a5b172f3e5087725f884e7591507ca3451c35c..6d63f177b0b9535caf41768cda2c83fde79f548e 100644 (file)
@@ -806,7 +806,7 @@ int main(int argc, char **argv)
 int a,b,mcmd;
 char aaa[100],bbb[100],eee[100];               /* general purpose variables */
 char argbuf[32];                               /* command line buf */
-int termn8 = 0;
+volatile int termn8 = 0;
 
 
 sttybbs(SB_SAVE);              /* Store the old terminal parameters */