BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / ex / ex_vget.c
index 0890f18..2f8ecc3 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vget.c  6.11 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_vget.c   6.13 (Berkeley) 9/11/89";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
@@ -639,7 +639,7 @@ vgetcnt()
 fastpeekkey()
 {
        int trapalarm();
 fastpeekkey()
 {
        int trapalarm();
-       int (*Oint)();
+       void (*Oint)();
        register int c;
 
        /*
        register int c;
 
        /*
@@ -673,13 +673,13 @@ fastpeekkey()
                alarm(0);
 #ifdef MDEBUG
                if (trace)
                alarm(0);
 #ifdef MDEBUG
                if (trace)
-                       fprintf(trace,"[OK]",c);
+                       fprintf(trace,"[OK]");
 #endif
        ONERR
                c = 0;
 #ifdef MDEBUG
                if (trace)
 #endif
        ONERR
                c = 0;
 #ifdef MDEBUG
                if (trace)
-                       fprintf(trace,"[TIMEOUT]",c);
+                       fprintf(trace,"[TIMEOUT]");
 #endif
        ENDCATCH
 #ifdef MDEBUG
 #endif
        ENDCATCH
 #ifdef MDEBUG