01-fstab-sys_siglist.patch 406 B

1234567891011
  1. --- watchdog-5.2.4.orig.orig/src/fstab.c 2003-01-28 07:47:38.000000000 +0100
  2. +++ watchdog-5.2.4.orig/src/fstab.c 2008-10-16 12:56:40.000000000 +0200
  3. @@ -237,7 +237,7 @@ static int old_lockfile = 1;
  4. /* Ensure that the lock is released if we are interrupted. */
  5. static void
  6. handler (int sig) {
  7. - die (EX_USER, "%s", sys_siglist[sig]);
  8. + die (EX_USER, "%s", "sys_siglist[sig]");
  9. }
  10. static void