From owner-freebsd-commit Tue Jun 13 10:42:17 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA25291 for commit-outgoing; Tue, 13 Jun 1995 10:42:17 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA25262 for cvs-sbin-outgoing; Tue, 13 Jun 1995 10:42:12 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA25242 ; Tue, 13 Jun 1995 10:42:09 -0700 Date: Tue, 13 Jun 1995 10:42:09 -0700 From: "Garrett A. Wollman" Message-Id: <199506131742.KAA25242@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/mount_umap mount_umap.c Sender: commit-owner@FreeBSD.org Precedence: bulk wollman 95/06/13 10:42:09 Modified: sbin/mount_umap mount_umap.c Log: Use the correct file pointer when reading the group id map file. The old code tried to read the group id map from the user id file, and thus would never actually allow a umapfs to be mounted. (!)