summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2007-01-02 22:46:38 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2007-01-02 22:46:38 +0000
commit8166dbeaa10c5d667c2ac8146ff14af901369eea (patch)
treeb25237c4195a129d84df57498369a5ca37eb7bdf /usr.sbin
parent2e6aaf6a56e7711912390ddc3d8114f716090391 (diff)
tweaks.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/watchdogd/watchdogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c
index 366cd875891..02549b89fdf 100644
--- a/usr.sbin/watchdogd/watchdogd.c
+++ b/usr.sbin/watchdogd/watchdogd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: watchdogd.c,v 1.10 2006/12/23 10:37:33 mbalmer Exp $ */
+/* $OpenBSD: watchdogd.c,v 1.11 2007/01/02 22:46:37 mbalmer Exp $ */
/*
* Copyright (c) 2005 Marc Balmer <mbalmer@openbsd.org>
@@ -153,5 +153,5 @@ restore: sysctl(mib, 3, NULL, 0, &speriod, sizeof(speriod));
sysctl(mib, 3, NULL, 0, &sauto, sizeof(sauto));
}
- return (retval);
+ return retval;
}