summaryrefslogtreecommitdiff
path: root/devel/libftdi/files/patch-examples_find_all.c
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-10 03:10:33 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-10 03:10:33 +0000
commitd5bad99c953e5ee70d5516b1da5e13347df84206 (patch)
tree2dfd37c3821a5cd3ee6220df7319f8b63d552065 /devel/libftdi/files/patch-examples_find_all.c
parent- Update to 2.01a5 (diff)
- Update to 0.17
PR: ports/143556 Submitted by: Olexandr Davydenko <o.davydenko@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=249507
Diffstat (limited to 'devel/libftdi/files/patch-examples_find_all.c')
-rw-r--r--devel/libftdi/files/patch-examples_find_all.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libftdi/files/patch-examples_find_all.c b/devel/libftdi/files/patch-examples_find_all.c
index f4a15772d49e..269099a2d39a 100644
--- a/devel/libftdi/files/patch-examples_find_all.c
+++ b/devel/libftdi/files/patch-examples_find_all.c
@@ -1,5 +1,5 @@
---- examples/find_all.c.orig 2009-03-07 20:18:06.000000000 +0300
-+++ examples/find_all.c 2009-03-07 20:18:52.000000000 +0300
+--- examples/find_all.c.orig 2009-03-17 23:06:40.000000000 +0200
++++ examples/find_all.c 2010-02-03 14:17:13.000000000 +0200
@@ -6,6 +6,7 @@
*/
@@ -7,4 +7,4 @@
+#include <stdlib.h>
#include <ftdi.h>
- int main(int argc, char **argv)
+ int main(void)