summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches/patch-af
blob: 9e9d661801846f3cbc5ad080adb87dc892b33e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.3 2009/08/27 15:34:48 hasso Exp $

--- ppi.c.orig	2009-03-06 21:09:11 +0100
+++ 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"