summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormestre <mestre@openbsd.org>2018-08-24 11:31:17 +0000
committermestre <mestre@openbsd.org>2018-08-24 11:31:17 +0000
commite4a577c2d10c2da5e30a180e297cce688be68abe (patch)
tree9c7bd256e813e92edd7e48c861fd249de567232b
parentRemove a few too early pledge(2)s on games/ and apply them a little bit later (diff)
downloadwireguard-openbsd-e4a577c2d10c2da5e30a180e297cce688be68abe.tar.xz
wireguard-openbsd-e4a577c2d10c2da5e30a180e297cce688be68abe.zip
During our refactor with tedu@ tb@ and myself we moved the score file to the
user's home folder and setgid was removed. Therefore it's not possible to have a single score file with all the users anymore but we forgot to change a comment that still implied that. Suggested by tb@ to just delete the comment.
-rw-r--r--games/canfield/cfscores/cfscores.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c
index 48f507ce940..3b919fe96fa 100644
--- a/games/canfield/cfscores/cfscores.c
+++ b/games/canfield/cfscores/cfscores.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cfscores.c,v 1.23 2016/01/08 20:23:54 mestre Exp $ */
+/* $OpenBSD: cfscores.c,v 1.24 2018/08/24 11:31:17 mestre Exp $ */
/* $NetBSD: cfscores.c,v 1.3 1995/03/21 15:08:37 cgd Exp $ */
/*
@@ -81,9 +81,6 @@ main(int argc, char *argv[])
return 0;
}
-/*
- * print out info for specified password entry
- */
void
printuser(void)
{