Only allow packet headers to be copied into a packet header mbuf.
[dragonfly.git] / secure / usr.sbin / sshd / log.h.patch
1 # $DragonFly: src/secure/usr.sbin/sshd/Attic/log.h.patch,v 1.1 2004/08/30 21:59:58 geekgod Exp $
2 --- log.h_orig  2004-08-22 16:25:25.000000000 +0000
3 +++ log.h       2004-08-22 16:25:38.000000000 +0000
4 @@ -15,6 +15,8 @@
5  #ifndef SSH_LOG_H
6  #define SSH_LOG_H
7  
8 +#define __dead __dead2
9 +
10  #include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
11  
12  /* Supported syslog facilities and levels. */