diff options
author | Rainer Giedat <rainer@cvs.openbsd.org> | 2008-06-08 21:08:58 +0000 |
---|---|---|
committer | Rainer Giedat <rainer@cvs.openbsd.org> | 2008-06-08 21:08:58 +0000 |
commit | 92c9e8a49cc4e796de7bcd524a64a3173cbe29e9 (patch) | |
tree | 7e3259ae97ba69bd5af641b6cfad26d1f94bfb13 /usr.sbin/rtadvd/dump.h | |
parent | 21683dff667775a17c1fdc1aae7a320c12a1521f (diff) |
Send debug output to syslog instead of a file when receiving SIGUSR1.
This is a preparation for dropping privileges.
ok henning@, pyr@
Diffstat (limited to 'usr.sbin/rtadvd/dump.h')
-rw-r--r-- | usr.sbin/rtadvd/dump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/dump.h b/usr.sbin/rtadvd/dump.h index 41a31d93ed3..8a0e001c7dc 100644 --- a/usr.sbin/rtadvd/dump.h +++ b/usr.sbin/rtadvd/dump.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dump.h,v 1.2 2002/02/16 21:28:08 millert Exp $ */ +/* $OpenBSD: dump.h,v 1.3 2008/06/08 21:08:57 rainer Exp $ */ /* $KAME: dump.h,v 1.1 2000/05/23 11:31:26 itojun Exp $ */ /* @@ -30,4 +30,4 @@ * SUCH DAMAGE. */ -extern void rtadvd_dump_file(char *); +void rtadvd_dump(); |