blob: 4b5a6ed9335ec01f38fd9e2ce8a2dd4dcb91db57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1 2006/01/05 17:32:52 joerg Exp $
--- mgetty.h.orig 2006-01-05 17:17:17.000000000 +0000
+++ mgetty.h
@@ -67,7 +67,7 @@ int lprintf _PROTO((int level, const cha
/* bsd stuff */
#if defined(__BSD_NET2__) || defined(__386BSD__) || \
defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \
- defined(__MACH__)
+ defined(__MACH__) || defined(__DragonFly__)
# include <sys/param.h> /* defines BSD, BSD4_3 and BSD4_4 */
# ifndef BSD
# define BSD /* just in case... */
|