cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs/gfs_fsck main.c
@ 2007-04-03 17:03 rpeterso
  0 siblings, 0 replies; 5+ messages in thread
From: rpeterso @ 2007-04-03 17:03 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL45
Changes by:	rpeterso at sourceware.org	2007-04-03 18:03:28

Modified files:
	gfs/gfs_fsck   : main.c 

Log message:
	Resolves: Bugzilla Bug 235033: gfs_fsck: Bad programmer! You forgot
	to catch the ?? flag.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.1.2.4&r2=1.1.2.4.2.1

--- cluster/gfs/gfs_fsck/main.c	2006/11/17 16:15:39	1.1.2.4
+++ cluster/gfs/gfs_fsck/main.c	2007/04/03 17:03:27	1.1.2.4.2.1
@@ -63,7 +63,7 @@
 
 int read_cmdline(int argc, char **argv, struct options *opts)
 {
-	char c;
+	int c;
 
 	while((c = getopt(argc, argv, "hnqvyV")) != -1) {
 		switch(c) {



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/gfs/gfs_fsck main.c
@ 2007-04-03 17:04 rpeterso
  0 siblings, 0 replies; 5+ messages in thread
From: rpeterso @ 2007-04-03 17:04 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	rpeterso at sourceware.org	2007-04-03 18:04:13

Modified files:
	gfs/gfs_fsck   : main.c 

Log message:
	Resolves: Bugzilla Bug 235033: gfs_fsck: Bad programmer! You forgot
	to catch the ?? flag.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.4&r2=1.1.2.5

--- cluster/gfs/gfs_fsck/main.c	2006/11/17 16:15:39	1.1.2.4
+++ cluster/gfs/gfs_fsck/main.c	2007/04/03 17:04:13	1.1.2.5
@@ -63,7 +63,7 @@
 
 int read_cmdline(int argc, char **argv, struct options *opts)
 {
-	char c;
+	int c;
 
 	while((c = getopt(argc, argv, "hnqvyV")) != -1) {
 		switch(c) {



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/gfs/gfs_fsck main.c
@ 2007-04-03 17:05 rpeterso
  0 siblings, 0 replies; 5+ messages in thread
From: rpeterso @ 2007-04-03 17:05 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	rpeterso at sourceware.org	2007-04-03 18:05:06

Modified files:
	gfs/gfs_fsck   : main.c 

Log message:
	Resolves: Bugzilla Bug 235033: gfs_fsck: Bad programmer! You forgot
	to catch the ?? flag.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.2.6.2&r2=1.1.2.2.6.3

--- cluster/gfs/gfs_fsck/main.c	2006/11/17 16:32:49	1.1.2.2.6.2
+++ cluster/gfs/gfs_fsck/main.c	2007/04/03 17:05:06	1.1.2.2.6.3
@@ -63,7 +63,7 @@
 
 int read_cmdline(int argc, char **argv, struct options *opts)
 {
-	char c;
+	int c;
 
 	while((c = getopt(argc, argv, "hnqvyV")) != -1) {
 		switch(c) {



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/gfs/gfs_fsck main.c
@ 2007-04-03 17:14 rpeterso
  0 siblings, 0 replies; 5+ messages in thread
From: rpeterso @ 2007-04-03 17:14 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2007-04-03 18:14:58

Modified files:
	gfs/gfs_fsck   : main.c 

Log message:
	Resolves: Bugzilla Bug 235060: gfs_fsck: Bad programmer! You forgot
	to catch the ?? flag.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&r1=1.5&r2=1.6

--- cluster/gfs/gfs_fsck/main.c	2006/11/17 16:43:49	1.5
+++ cluster/gfs/gfs_fsck/main.c	2007/04/03 17:14:58	1.6
@@ -63,7 +63,7 @@
 
 int read_cmdline(int argc, char **argv, struct options *opts)
 {
-	char c;
+	int c;
 
 	while((c = getopt(argc, argv, "hnqvyV")) != -1) {
 		switch(c) {



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Cluster-devel] cluster/gfs/gfs_fsck main.c
@ 2007-04-03 17:15 rpeterso
  0 siblings, 0 replies; 5+ messages in thread
From: rpeterso @ 2007-04-03 17:15 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:15:35

Modified files:
	gfs/gfs_fsck   : main.c 

Log message:
	Resolves: Bugzilla Bug 235060: gfs_fsck: Bad programmer! You forgot
	to catch the ?? flag.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.1&r2=1.4.2.2

--- cluster/gfs/gfs_fsck/main.c	2006/11/17 17:00:09	1.4.2.1
+++ cluster/gfs/gfs_fsck/main.c	2007/04/03 17:15:35	1.4.2.2
@@ -63,7 +63,7 @@
 
 int read_cmdline(int argc, char **argv, struct options *opts)
 {
-	char c;
+	int c;
 
 	while((c = getopt(argc, argv, "hnqvyV")) != -1) {
 		switch(c) {



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-03 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-03 17:04 [Cluster-devel] cluster/gfs/gfs_fsck main.c rpeterso
  -- strict thread matches above, loose matches on Subject: below --
2007-04-03 17:15 rpeterso
2007-04-03 17:14 rpeterso
2007-04-03 17:05 rpeterso
2007-04-03 17:03 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).