move paths to pathnames.h, move to /usr/share
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 06:26:43 +0000 (22:26 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 06:26:43 +0000 (22:26 -0800)
SCCS-vsn: games/quiz/quiz.c 4.5

usr/src/games/quiz/quiz.c

index 1d28d60..244f0c7 100644 (file)
@@ -1,8 +1,10 @@
 
 
-static char sccsid[] = "       quiz.c  4.4     88/01/02        ";
+static char sccsid[] = "       quiz.c  4.5     90/05/12        ";
 
 #include <stdio.h>
 #include <signal.h>
 
 #include <stdio.h>
 #include <signal.h>
+#include "pathnames.h"
+
 #define NF 10
 #define NL 300
 #define NC 200
 #define NF 10
 #define NL 300
 #define NC 200
@@ -311,7 +313,7 @@ char *argv[];
        char *t;
        extern done();
        int count;
        char *t;
        extern done();
        int count;
-       info = "/usr/games/lib/quiz.k/index";
+       info = _PATH_INDEX;
        time(tvec);
        inc = tvec[1]&077774|01;
 loop:
        time(tvec);
        inc = tvec[1]&077774|01;
 loop: