summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/backup-files.c11
-rw-r--r--quilt.changes5
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/backup-files.c b/lib/backup-files.c
index d2979d0..268fb49 100644
--- a/lib/backup-files.c
+++ b/lib/backup-files.c
@@ -50,6 +50,17 @@
# define PATH_MAX 4096
#endif
+#ifdef __MINGW32__
+#define mkdir(x,y) mkdir(x)
+/* Symlinks are not supported */
+#define lstat stat
+static int link(const char *oldpath, const char *newpath)
+{
+ errno = ENOSYS;
+ return -1;
+}
+#endif
+
const char *progname;
enum { what_noop, what_backup, what_restore, what_remove };
diff --git a/quilt.changes b/quilt.changes
index 87afa0a..2b175ac 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 30 11:52:00 CET 2006 - agruen@suse.de
+
+- Allow backup-files to build on windows using the MinGW compiler.
+
+-------------------------------------------------------------------
Mon Jan 30 11:46:21 CET 2006 - jayvdb@gmail.com
- Makefile.in: The trailing slash in `find compat/' is causing OSX