* [Cluster-devel] cluster/cman/qdisk mkqdisk.c
@ 2006-11-21 14:50 lhh
0 siblings, 0 replies; 6+ messages in thread
From: lhh @ 2006-11-21 14:50 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2006-11-21 14:50:49
Modified files:
cman/qdisk : mkqdisk.c
Log message:
Fix #213218
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
--- cluster/cman/qdisk/mkqdisk.c 2006/06/23 21:32:45 1.3
+++ cluster/cman/qdisk/mkqdisk.c 2006/11/21 14:50:49 1.4
@@ -39,9 +39,9 @@
char *newdev = NULL, *newlabel = NULL;
int rv;
- printf("mkqdisk v0.5\n");
+ printf("mkqdisk v0.5.1\n");
- while ((rv = getopt(argc, argv, "Lfc:l:h")) != EOF) {
+ while ((rv = getopt(argc, argv, "Lf:c:l:h")) != EOF) {
switch (rv) {
case 'L':
/* List */
@@ -53,7 +53,7 @@
close(2);
return find_partitions("/proc/partitions",
optarg, device,
- sizeof(device), 0);
+ sizeof(device), 1);
case 'c':
newdev = optarg;
break;
^ permalink raw reply [flat|nested] 6+ messages in thread* [Cluster-devel] cluster/cman/qdisk mkqdisk.c
@ 2006-11-21 14:52 lhh
0 siblings, 0 replies; 6+ messages in thread
From: lhh @ 2006-11-21 14:52 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL50
Changes by: lhh at sourceware.org 2006-11-21 14:52:15
Modified files:
cman/qdisk : mkqdisk.c
Log message:
Resolves: #213535
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.3&r2=1.3.6.1
--- cluster/cman/qdisk/mkqdisk.c 2006/06/23 21:32:45 1.3
+++ cluster/cman/qdisk/mkqdisk.c 2006/11/21 14:52:14 1.3.6.1
@@ -39,9 +39,9 @@
char *newdev = NULL, *newlabel = NULL;
int rv;
- printf("mkqdisk v0.5\n");
+ printf("mkqdisk v0.5.1\n");
- while ((rv = getopt(argc, argv, "Lfc:l:h")) != EOF) {
+ while ((rv = getopt(argc, argv, "Lf:c:l:h")) != EOF) {
switch (rv) {
case 'L':
/* List */
@@ -53,7 +53,7 @@
close(2);
return find_partitions("/proc/partitions",
optarg, device,
- sizeof(device), 0);
+ sizeof(device), 1);
case 'c':
newdev = optarg;
break;
^ permalink raw reply [flat|nested] 6+ messages in thread* [Cluster-devel] cluster/cman/qdisk mkqdisk.c
@ 2006-11-21 14:50 lhh
0 siblings, 0 replies; 6+ messages in thread
From: lhh @ 2006-11-21 14:50 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: lhh at sourceware.org 2006-11-21 14:50:31
Modified files:
cman/qdisk : mkqdisk.c
Log message:
Fix #213218
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.4.1
--- cluster/cman/qdisk/mkqdisk.c 2006/06/23 21:32:45 1.3
+++ cluster/cman/qdisk/mkqdisk.c 2006/11/21 14:50:30 1.3.4.1
@@ -39,9 +39,9 @@
char *newdev = NULL, *newlabel = NULL;
int rv;
- printf("mkqdisk v0.5\n");
+ printf("mkqdisk v0.5.1\n");
- while ((rv = getopt(argc, argv, "Lfc:l:h")) != EOF) {
+ while ((rv = getopt(argc, argv, "Lf:c:l:h")) != EOF) {
switch (rv) {
case 'L':
/* List */
@@ -53,7 +53,7 @@
close(2);
return find_partitions("/proc/partitions",
optarg, device,
- sizeof(device), 0);
+ sizeof(device), 1);
case 'c':
newdev = optarg;
break;
^ permalink raw reply [flat|nested] 6+ messages in thread* [Cluster-devel] cluster/cman/qdisk mkqdisk.c
@ 2006-11-21 14:50 lhh
0 siblings, 0 replies; 6+ messages in thread
From: lhh @ 2006-11-21 14:50 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2006-11-21 14:50:01
Modified files:
cman/qdisk : mkqdisk.c
Log message:
Fix #213218
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.2&r2=1.1.2.3
--- cluster/cman/qdisk/mkqdisk.c 2006/06/23 21:31:32 1.1.2.2
+++ cluster/cman/qdisk/mkqdisk.c 2006/11/21 14:50:01 1.1.2.3
@@ -39,9 +39,9 @@
char *newdev = NULL, *newlabel = NULL;
int rv;
- printf("mkqdisk v0.5\n");
+ printf("mkqdisk v0.5.1\n");
- while ((rv = getopt(argc, argv, "Lfc:l:h")) != EOF) {
+ while ((rv = getopt(argc, argv, "Lf:c:l:h")) != EOF) {
switch (rv) {
case 'L':
/* List */
@@ -53,7 +53,7 @@
close(2);
return find_partitions("/proc/partitions",
optarg, device,
- sizeof(device), 0);
+ sizeof(device), 1);
case 'c':
newdev = optarg;
break;
^ permalink raw reply [flat|nested] 6+ messages in thread* [Cluster-devel] cluster/cman/qdisk mkqdisk.c
@ 2006-06-23 21:32 lhh
0 siblings, 0 replies; 6+ messages in thread
From: lhh @ 2006-06-23 21:32 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4U4
Changes by: lhh at sourceware.org 2006-06-23 21:32:20
Modified files:
cman/qdisk : mkqdisk.c
Log message:
Fix includes for build on ia64
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&only_with_tag=RHEL4U4&r1=1.1.4.1&r2=1.1.4.2
--- cluster/cman/qdisk/mkqdisk.c 2006/06/23 16:02:01 1.1.4.1
+++ cluster/cman/qdisk/mkqdisk.c 2006/06/23 21:32:20 1.1.4.2
@@ -29,6 +29,7 @@
#include <platform.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
int
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Cluster-devel] cluster/cman/qdisk mkqdisk.c
@ 2006-06-23 21:31 lhh
0 siblings, 0 replies; 6+ messages in thread
From: lhh @ 2006-06-23 21:31 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2006-06-23 21:31:32
Modified files:
cman/qdisk : mkqdisk.c
Log message:
Fix includes for build on ia64
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2
--- cluster/cman/qdisk/mkqdisk.c 2006/06/23 16:01:02 1.1.2.1
+++ cluster/cman/qdisk/mkqdisk.c 2006/06/23 21:31:32 1.1.2.2
@@ -29,6 +29,7 @@
#include <platform.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
int
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-11-21 14:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-21 14:50 [Cluster-devel] cluster/cman/qdisk mkqdisk.c lhh
-- strict thread matches above, loose matches on Subject: below --
2006-11-21 14:52 lhh
2006-11-21 14:50 lhh
2006-11-21 14:50 lhh
2006-06-23 21:32 lhh
2006-06-23 21:31 lhh
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).