hpux-build-fixes-20030805
authorDouglas Engert <deengert@anl.gov>
Fri, 8 Aug 2003 21:01:25 +0000 (21:01 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 8 Aug 2003 21:01:25 +0000 (21:01 +0000)
so we can build cleanly on hpux 11.22

src/butc/lwps.c

index 441e8f0..41ec5d5 100644 (file)
@@ -775,7 +775,7 @@ PromptForTape(flag, name, dbDumpId, taskId, tapecount)
        while (1) {
            if (time(0) > start + BELLTIME) {
                start = time(0);
-               FFlushInput(stdin);
+               FFlushInput();
                putchar(BELLCHAR);
                fflush(stdout);
            }