]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-hpux-build-fixes-20030805
authorDouglas Engert <deengert@anl.gov>
Wed, 6 Aug 2003 03:58:40 +0000 (03:58 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Wed, 6 Aug 2003 03:58:40 +0000 (03:58 +0000)
(cherry picked from commit 937a911c674551bf66ac440da43e329ba6b0fda2)

src/butc/lwps.c
src/viced/viced.c

index 6cee5a02baeb37f4adcbafa69938ae982f640873..9ea0cd4ff00cd36051a50d805e66ac3a00782ef8 100644 (file)
@@ -743,7 +743,7 @@ afs_int32 PromptForTape(flag, name, dbDumpId, taskId, tapecount)
            if ( time(0) > start+BELLTIME )
            {
                start = time(0);
-               FFlushInput(stdin);
+               FFlushInput();
                putchar(BELLCHAR);
                fflush(stdout);
            }
index 962e463b8e686481ea8656e6c0233fc2fb4c0c4c..0f4758792a71c38ff4b6f2e3b8f9c9c66861a683 100644 (file)
@@ -209,7 +209,7 @@ static CheckDescriptors()
 #ifdef AFS_PTHREAD_ENV
 void CheckSignal_Signal(x)       {CheckSignal(0);}
 void ShutDown_Signal(x)          {ShutDown(0);}
-void CheckDescriptors_Signal(x)  {CheckDescriptors(0);}
+void CheckDescriptors_Signal(x)  {CheckDescriptors();}
 #else /* AFS_PTHREAD_ENV */
 void CheckSignal_Signal(x)       {IOMGR_SoftSig(CheckSignal, 0);}
 void ShutDown_Signal(x)          {IOMGR_SoftSig(ShutDown, 0);}