]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/systemname.c
make dm setgid games, rather than setuid games.
[bsdgames-darwin.git] / trek / systemname.c
index de16077a35d89e42c48adab7a3b129270e118c95..bb37d5cad659522e7d91ec2df802317169a31054 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: systemname.c,v 1.4 1997/10/12 21:25:21 christos Exp $  */
+
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-static char sccsid[] = "@(#)systemname.c       5.4 (Berkeley) 6/1/90";
+#if 0
+static char sccsid[] = "@(#)systemname.c       8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: systemname.c,v 1.4 1997/10/12 21:25:21 christos Exp $");
+#endif
 #endif /* not lint */
 
 # include      "trek.h"
@@ -51,8 +58,8 @@ static char sccsid[] = "@(#)systemname.c      5.4 (Berkeley) 6/1/90";
 char *systemname(q1)
 struct quad    *q1;
 {
-       register struct quad    *q;
-       register int            i;
+       struct quad     *q;
+       int             i;
 
        q = q1;