Flesh out BUF_CMD_FLUSH support.
[dragonfly.git] / sbin / dhclient / includes / osdep.h.patch
1 $DragonFly: src/sbin/dhclient/includes/Attic/osdep.h.patch,v 1.1 2005/01/04 19:58:54 joerg Exp $
2 --- osdep.h.orig        2004-06-14 23:08:44.000000000 +0200
3 +++ osdep.h     2004-06-24 17:17:36.000000000 +0200
4 @@ -89,7 +89,7 @@
5  #  include "cf/netbsd.h"
6  #endif
7  
8 -#ifdef __FreeBSD__
9 +#if defined(__FreeBSD__) || defined(__DragonFly__)
10  #  include "cf/freebsd.h"
11  #endif
12