hint at where the Magic comes from

1_4_stable
Mike Frysinger 2006-06-07 21:37:49 +00:00
parent f915a77386
commit 2fc534f3f1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ static int fd;
static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused)
{
write(fd, "V", 1); /* Magic */
write(fd, "V", 1); /* Magic, see watchdog-api.txt in kernel */
close(fd);
exit(0);
}