summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-29 09:13:20 +0000
committered <ed@FreeBSD.org>2009-12-29 09:13:20 +0000
commite024647c7aaf39ef5b78329549ca1994ce44b501 (patch)
tree8f00990aba5b459f23641dc497866d7bef64d2a8 /sbin
parent1b176419371f7ac363e9265d3e47a8c5d85ba49b (diff)
downloadFreeBSD-src-e024647c7aaf39ef5b78329549ca1994ce44b501.zip
FreeBSD-src-e024647c7aaf39ef5b78329549ca1994ce44b501.tar.gz
Add forgotten `void' keyword. This function has no arguments.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/reboot/reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index 0a9ac51..1124ec6 100644
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -231,7 +231,7 @@ usage(void)
}
static u_int
-get_pageins()
+get_pageins(void)
{
u_int pageins;
size_t len;
OpenPOWER on IntegriCloud