]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/battlestar.c
Use setgid(), not setregid().
[bsdgames-darwin.git] / battlestar / battlestar.c
index 6d05adebbf9606dda4a8efd9e4550fd26a25ae21..e3c0d4cc58f03a1a9c27adea10cb3e7fd081b501 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: battlestar.c,v 1.9 1999/09/18 16:40:04 jsm Exp $       */
+/*     $NetBSD: battlestar.c,v 1.10 2000/05/08 07:56:01 mycroft Exp $  */
 
 /*
  * Copyright (c) 1983, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
 #if 0
 static char sccsid[] = "@(#)battlestar.c       8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: battlestar.c,v 1.9 1999/09/18 16:40:04 jsm Exp $");
+__RCSID("$NetBSD: battlestar.c,v 1.10 2000/05/08 07:56:01 mycroft Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -68,7 +68,7 @@ main(argc, argv)
 
        /* Open the score file then revoke setgid privileges */
        open_score_file();
-       setregid(getgid(), getgid());
+       setgid(getgid());
 
        initialize((argc < 2) ? NULL : (strcmp(argv[1], "-r") ? argv[1]
                                        : (argv[2] ? argv[2]