Package: watchdog
Version: 5.2.4-4
Followup-For: Bug #350557
Hello.
Maybe the problem can be fixed with this little patch.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12-www4
Locale: LANG=en_IE.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Versions of packages watchdog depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii makedev 2.3.1-77 creates device files in /dev
-- no debconf information
--- watchdog-5.2.4/src/memory.c.orig 2003-01-28 07:47:38.000000000 +0100
+++ watchdog-5.2.4/src/memory.c 2006-01-30 19:12:52.000000000 +0100
@@ -20,7 +20,7 @@
int check_memory(void)
{
char buf[1024], *ptr1, *ptr2;
- unsigned int free;
+ unsigned long long free;
/* is the memory file open? */
if (mem == -1)