mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
hpux-build-fixes-20030805
so we can build cleanly on hpux 11.22
This commit is contained in:
parent
f77455bd86
commit
937a911c67
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user