* [Cluster-devel] cluster/gfs2/fsck main.c
@ 2007-04-03 17:27 rpeterso
0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2007-04-03 17:27 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: rpeterso at sourceware.org 2007-04-03 18:27:52
Modified files:
gfs2/fsck : main.c
Log message:
Resolves: Bugzilla Bug 235061: gfs_fsck: Bad programmer! You forgot
to catch the ?? flag.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.1&r2=1.4.2.2
--- cluster/gfs2/fsck/main.c 2007/01/23 19:30:19 1.4.2.1
+++ cluster/gfs2/fsck/main.c 2007/04/03 17:27:52 1.4.2.2
@@ -86,7 +86,7 @@
int read_cmdline(int argc, char **argv, struct gfs2_options *opts)
{
- char c;
+ int c;
while((c = getopt(argc, argv, "hnqvyV")) != -1) {
switch(c) {
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] cluster/gfs2/fsck main.c
@ 2007-04-03 17:28 rpeterso
0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2007-04-03 17:28 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2007-04-03 18:28:33
Modified files:
gfs2/fsck : main.c
Log message:
Resolves: Bugzilla Bug 235061: gfs_fsck: Bad programmer! You forgot
to catch the ?? flag.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&r1=1.5&r2=1.6
--- cluster/gfs2/fsck/main.c 2007/01/23 19:23:07 1.5
+++ cluster/gfs2/fsck/main.c 2007/04/03 17:28:33 1.6
@@ -86,7 +86,7 @@
int read_cmdline(int argc, char **argv, struct gfs2_options *opts)
{
- char c;
+ int c;
while((c = getopt(argc, argv, "hnqvyV")) != -1) {
switch(c) {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-03 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-03 17:27 [Cluster-devel] cluster/gfs2/fsck main.c rpeterso
-- strict thread matches above, loose matches on Subject: below --
2007-04-03 17:28 rpeterso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).