-/* $NetBSD: main.c,v 1.10 1999/07/24 15:50:44 mjl Exp $ */
+/* $NetBSD: main.c,v 1.12 2001/02/05 00:22:52 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.10 1999/07/24 15:50:44 mjl Exp $");
+__RCSID("$NetBSD: main.c,v 1.12 2001/02/05 00:22:52 christos Exp $");
#endif
#endif /* not lint */
#include "include.h"
#include "pathnames.h"
+extern FILE *yyin;
int
main(ac, av)
/* Open the score file then revoke setgid privileges */
open_score_file();
- setregid(getgid(), getgid());
+ setgid(getgid());
start_time = seed = time(NULL);
read_file(s)
const char *s;
{
- extern FILE *yyin;
int retval;
file = s;