You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
587 B
25 lines
587 B
Index: Extras/cluster.c |
|
--- Extras/cluster.c.orig 2006-07-09 16:19:21 +0200 |
|
+++ Extras/cluster.c 2009-01-06 10:41:37 +0100 |
|
@@ -13,6 +13,7 @@ |
|
#include <sys/stat.h> |
|
#include <sys/socket.h> |
|
#include <rpc/rpc.h> |
|
+#include <stdio.h> |
|
#include <dirent.h> |
|
#include <errno.h> |
|
#include <libgen.h> |
|
Index: configure |
|
--- configure.orig 2009-01-05 19:52:54 +0100 |
|
+++ configure 2009-01-06 10:41:37 +0100 |
|
@@ -5707,10 +5707,6 @@ |
|
|
|
|
|
|
|
- if test "$GCC" = "yes" |
|
- then |
|
- CFLAGS="$CFLAGS -Wall -W" |
|
- fi |
|
|
|
# Check whether --enable-cluster was given. |
|
if test "${enable_cluster+set}" = set; then
|
|
|