hpux-build-fixes-20030805

so we can build cleanly on hpux 11.22
This commit is contained in:
Douglas Engert 2003-08-08 21:01:25 +00:00 committed by Derrick Brashear
parent f77455bd86
commit 937a911c67

View File

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