cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/cman/qdisk Makefile mkqdisk.c
@ 2006-06-23 21:32 lhh
  0 siblings, 0 replies; only message in thread
From: lhh @ 2006-06-23 21:32 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2006-06-23 21:32:45

Modified files:
	cman/qdisk     : Makefile mkqdisk.c 

Log message:
	Fix includes for build on ia64

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/mkqdisk.c.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/cman/qdisk/Makefile	2006/06/23 16:05:33	1.4
+++ cluster/cman/qdisk/Makefile	2006/06/23 21:32:45	1.5
@@ -36,7 +36,7 @@
 
 mkqdisk: disk.o crc32.o disk_util.o \
 	 proc.o mkqdisk.o
- 	gcc -o $@ $^ 
+	gcc -o $@ $^ 
 
 %.o: %.c
 	$(CC) -c -o $@ $^ $(INCLUDES) $(CFLAGS)
--- cluster/cman/qdisk/mkqdisk.c	2006/06/23 16:05:33	1.2
+++ cluster/cman/qdisk/mkqdisk.c	2006/06/23 21:32:45	1.3
@@ -29,6 +29,7 @@
 #include <platform.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 
 int



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-23 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-23 21:32 [Cluster-devel] cluster/cman/qdisk Makefile mkqdisk.c 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).