From 2750290d86273b488f9cde947c84758214940db7 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 4 Apr 2007 15:33:55 +0000 Subject: 2007-04-04 Thomas Schwinge * opts-std-startup.c (parse_startup_opt) <_diskfs_no_inherit_dir_group>: Swap the options into the correct order. Reported by Olaf Buddenhagen . --- libdiskfs/ChangeLog | 6 ++++++ libdiskfs/opts-std-startup.c | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index a4045f54..197ec5ed 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,9 @@ +2007-04-04 Thomas Schwinge + + * opts-std-startup.c (parse_startup_opt) + <_diskfs_no_inherit_dir_group>: Swap the options into the correct + order. Reported by Olaf Buddenhagen . + 2006-06-28 Thomas Schwinge * Makefile (HURDLIBS): Add `pager'. diff --git a/libdiskfs/opts-std-startup.c b/libdiskfs/opts-std-startup.c index e0569ef9..6fe28758 100644 --- a/libdiskfs/opts-std-startup.c +++ b/libdiskfs/opts-std-startup.c @@ -1,6 +1,8 @@ /* Standard startup-time command line parser - Copyright (C) 1995,96,97,98,99,2001 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2007 + Free Software Foundation, Inc. + Written by Miles Bader This file is part of the GNU Hurd. @@ -82,8 +84,8 @@ parse_startup_opt (int opt, char *arg, struct argp_state *state) TOGGLE (_diskfs_nosuid, 'S', OPT_SUID_OK); TOGGLE (_diskfs_noexec, 'E', OPT_EXEC_OK); TOGGLE (_diskfs_noatime, 'A', OPT_ATIME); - TOGGLE (_diskfs_no_inherit_dir_group, OPT_INHERIT_DIR_GROUP, - OPT_NO_INHERIT_DIR_GROUP); + TOGGLE (_diskfs_no_inherit_dir_group, OPT_NO_INHERIT_DIR_GROUP, + OPT_INHERIT_DIR_GROUP); #undef TOGGLE case 's': -- cgit v1.2.3