Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/mount_umap pullup 1.7->1.8 (perseant): fixes a tri...
details: https://anonhg.NetBSD.org/src/rev/bd89230cf6ca
branches: netbsd-1-4
changeset: 468871:bd89230cf6ca
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 23:16:22 1999 +0000
description:
pullup 1.7->1.8 (perseant): fixes a trivial bug in gid handling
diffstat:
sbin/mount_umap/mount_umap.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 0177923d56eb -r bd89230cf6ca sbin/mount_umap/mount_umap.c
--- a/sbin/mount_umap/mount_umap.c Mon Jun 21 23:14:28 1999 +0000
+++ b/sbin/mount_umap/mount_umap.c Mon Jun 21 23:16:22 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_umap.c,v 1.7 1997/09/16 12:32:33 lukem Exp $ */
+/* $NetBSD: mount_umap.c,v 1.7.4.1 1999/06/21 23:16:22 perry Exp $ */
/*
* Copyright (c) 1992, 1993, 1994
@@ -46,7 +46,7 @@
#if 0
static char sccsid[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95";
#else
-__RCSID("$NetBSD: mount_umap.c,v 1.7 1997/09/16 12:32:33 lukem Exp $");
+__RCSID("$NetBSD: mount_umap.c,v 1.7.4.1 1999/06/21 23:16:22 perry Exp $");
#endif
#endif /* not lint */
@@ -219,8 +219,6 @@
errx(1, "%s: illegal format (line %d)%s",
gmapfile, count + 2, not);
}
- gmapdata[count][0] = d1;
- gmapdata[count][1] = d2;
}
Home |
Main Index |
Thread Index |
Old Index