summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches/patch-af
blob: 416e5ad4b2ef9018afdfded339ec7575e1ba2195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.4 2010/01/26 02:01:47 jakllsch Exp $

--- ppi.c.orig	2009-03-06 20:09:11.000000000 +0000
+++ ppi.c
@@ -33,7 +33,7 @@
 #include <unistd.h>
 #include <errno.h>
 
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
 # include "freebsd_ppi.h"
 #elif defined(__linux__)
 # include "linux_ppdev.h"