pkgsrc/comms/mgetty+sendfax/patches/patch-aq

14 lines
521 B
Text
Raw Normal View History

2006-01-05 18:32:52 +01:00
$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... */