Index: /trunk/docs/Changelog
===================================================================
--- /trunk/docs/Changelog	(revision 511)
+++ /trunk/docs/Changelog	(revision 512)
@@ -1,3 +1,5 @@
 4.1.6:
+	* fix SH_DEADFILE (too big, some architectures have nlink_t
+	as uint16, e.g. FreeBSD).
 	* add portcheck option 'PortCheckDevice = device' to monitor a
 	device regardless of address assigned to it (patch by Anton H., plus
Index: /trunk/include/sh_dbIO_int.h
===================================================================
--- /trunk/include/sh_dbIO_int.h	(revision 511)
+++ /trunk/include/sh_dbIO_int.h	(revision 512)
@@ -22,5 +22,5 @@
 #define SH_DBIO_INT_H
 
-#define SH_DEADFILE 0x44454144
+#define SH_DEADFILE 65535
 
 typedef struct store_info_old {
