Thomas Backlund wrote:
Josef Sipek wrote:
Unionfs 1.2 has just been released. This release includes a number of
fixes,
and a lot of code cleanup. As we have promised earlier, this release
is for
2.6.16 kernels only.
A minor versioning fix ...
fixes this:
In file included from fs/unionfs/branchman.c:22:
fs/unionfs/unionfs.h:49:71: warning: "SUP_MAJOR" is not defined
fs/unionfs/unionfs.h:49:71: warning: "SUP_MINOR" is not defined
fs/unionfs/unionfs.h:49:71: warning: "SUP_PATCH" is not defined
fs/unionfs/unionfs.h:50:2: warning: #warning You are compiling Unionfs
on an unsupported kernel version.
fs/unionfs/unionfs.h:51:2: warning: #warning To compile Unionfs, you
will need to define UNIONFS_UNSUPPORTED.
fs/unionfs/unionfs.h:52:2: warning: #warning Try adding:
EXTRACFLAGS=-DUNIONFS_UNSUPPORTED to fistdev.mk
--
Thomas
------------------------------------------------------------------------
--- unionfs-1.2/Makefile.kernel.old 2006-06-09 10:04:43.000000000 +0300
+++ unionfs-1.2/Makefile.kernel 2006-06-09 19:42:56.000000000 +0300
@@ -1,5 +1,8 @@
-UNIONFS_VERSION = 1.2.0pre
+UNIONFS_VERSION = 1.2.0
EXTRA_CFLAGS+=-DUNIONFS_VERSION=\"${UNIONFS_VERSION}\"
+SUP_MAJOR= 2
+SUP_MINOR= 6
+SUP_PATCH= 16
# This will enable full debugging support
# EXTRA_CFLAGS+=-DUNIONFS_DEBUG
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs