]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 441e8f07ba6d90c275bc8f97970881010ca608af..41ec5d59562e8970027470779d1cc43129d567d6 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);
            }