$OpenBSD: patch-xtools_c,v 1.1.1.1 2002/07/14 19:34:28 wilfried Exp $
--- xtools.c.orig	Tue Jul 17 13:39:15 2001
+++ xtools.c	Fri Jun  7 08:27:41 2002
@@ -2264,7 +2264,7 @@ gint count;
 
 /* do change the group rights for nonroot mode */
 /* this seems only be required with /bin/sh being bash2 */
-
+#if 0
 void fix_guid() {
 
 	dodebug(3,"Current gid/egid = %d/%d\n", getgid(), getegid());
@@ -2276,7 +2276,7 @@ void fix_guid() {
 	setregid(getegid(), getgid());
 	dodebug(3,"Current gid/egid after setregid = %d/%d\n", getgid(), getegid());
 }
-
+#endif
 
 /* check if a given group-id matches a groupname */
 
