diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-10-26 02:50:45 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-10-26 02:50:45 +0000 |
commit | d98afa818a008a175318ce16de635ff78f1a1a6c (patch) | |
tree | 86607bf59cbbc8e41bd8d3a95a7d6c4519385a7e /usr.sbin/amd | |
parent | 52108949c4fcb304a9215d03b46ed247d5d4dcf2 (diff) |
timeout_mp() is static now
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/include/am.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/am.h b/usr.sbin/amd/include/am.h index 7742dc3c265..269fa65bd6a 100644 --- a/usr.sbin/amd/include/am.h +++ b/usr.sbin/amd/include/am.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am.h,v 1.14 2014/10/20 06:55:59 guenther Exp $ */ +/* $OpenBSD: am.h,v 1.15 2014/10/26 02:50:44 guenther Exp $ */ /* * Copyright (c) 1990 Jan-Simon Pendry @@ -304,7 +304,6 @@ extern int switch_option(char *); extern int switch_to_logfile(char *); extern void do_task_notify(void); extern int timeout(unsigned int, void (*fn)(), void *); -extern void timeout_mp(void); extern void umount_exported(void); extern int umount_fs(char *); /*extern int unmount_node(am_node*); |