summaryrefslogtreecommitdiffstats
path: root/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.c')
-rw-r--r--watchdog.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/watchdog.c b/watchdog.c
index 0eae9c8..04f682e 100644
--- a/watchdog.c
+++ b/watchdog.c
@@ -1,7 +1,9 @@
/*
+ * Copyright (C) 2015 Matthias Schiffer <mschiffer@universe-factory.net>
+ *
+ * Based on "procd" by:
* Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org>
* Copyright (C) 2013 John Crispin <blogic@openwrt.org>
- * Copyright (C) 2015 Matthias Schiffer <mschiffer@universe-factory.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2.1
@@ -24,7 +26,7 @@
#include <libubox/uloop.h>
-#include "procd.h"
+#include "unitd.h"
#include "watchdog.h"
#define WDT_PATH "/dev/watchdog"