summaryrefslogtreecommitdiff
path: root/games/pom
diff options
context:
space:
mode:
Diffstat (limited to 'games/pom')
-rw-r--r--games/pom/pom.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/pom/pom.c b/games/pom/pom.c
index d00659bbafd..6bc6789d243 100644
--- a/games/pom/pom.c
+++ b/games/pom/pom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pom.c,v 1.7 2002/02/16 21:27:11 millert Exp $ */
+/* $OpenBSD: pom.c,v 1.8 2002/05/31 03:40:01 pjanzen Exp $ */
/* $NetBSD: pom.c,v 1.6 1996/02/06 22:47:29 jtc Exp $ */
/*
@@ -46,7 +46,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: pom.c,v 1.7 2002/02/16 21:27:11 millert Exp $";
+static char rcsid[] = "$OpenBSD: pom.c,v 1.8 2002/05/31 03:40:01 pjanzen Exp $";
#endif
#endif /* not lint */
@@ -103,10 +103,6 @@ main(argc, argv)
int cnt;
char buf[1024];
- /* revoke */
- setegid(getgid());
- setgid(getgid());
-
if (argc > 1) {
tmpt = parsetime(argv[1]);
strftime(buf, sizeof(buf), "%a %Y %b %e %H:%M:%S (%Z)",