|
|
@@ -1,3 +1,15 @@
|
|
|
+Index: Makefile.in
|
|
|
+--- Makefile.in.orig 2006-10-21 17:41:31 +0200
|
|
|
++++ Makefile.in 2006-12-05 10:09:24 +0100
|
|
|
+@@ -310,7 +310,7 @@
|
|
|
+ target_alias = @target_alias@
|
|
|
+ ACLOCAL_AMFLAGS = -I m4
|
|
|
+ EXTRA_DIST = ChangeLog.1 PORTS
|
|
|
+-SUBDIRS = doc lib rmt src scripts po tests
|
|
|
++SUBDIRS = doc lib src
|
|
|
+ all: config.h
|
|
|
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
+
|
|
|
Index: lib/argp-help.c
|
|
|
--- lib/argp-help.c.orig 2006-09-12 10:59:04 +0200
|
|
|
+++ lib/argp-help.c 2006-10-22 11:35:12 +0200
|
|
|
@@ -20,17 +32,6 @@ Index: lib/argp-help.c
|
|
|
until_short (const struct argp_option *opt, const struct argp_option *real,
|
|
|
const char *domain, void *cookie)
|
|
|
{
|
|
|
-Index: rmt/rmt.c
|
|
|
---- rmt/rmt.c.orig 2006-09-27 10:54:46 +0200
|
|
|
-+++ rmt/rmt.c 2006-10-22 11:35:12 +0200
|
|
|
-@@ -43,6 +43,7 @@
|
|
|
- #include <obstack.h>
|
|
|
- #include <getopt.h>
|
|
|
- #include <sys/socket.h>
|
|
|
-+#include <locale.h>
|
|
|
-
|
|
|
- #ifndef EXIT_FAILURE
|
|
|
- # define EXIT_FAILURE 1
|
|
|
Index: src/compare.c
|
|
|
--- src/compare.c.orig 2006-03-20 10:23:29 +0100
|
|
|
+++ src/compare.c 2006-10-22 11:36:29 +0200
|