diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:10:33 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:10:33 +0000 |
commit | d5bad99c953e5ee70d5516b1da5e13347df84206 (patch) | |
tree | 2dfd37c3821a5cd3ee6220df7319f8b63d552065 /devel/libftdi/files/patch-examples_simple.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_simple.c')
-rw-r--r-- | devel/libftdi/files/patch-examples_simple.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libftdi/files/patch-examples_simple.c b/devel/libftdi/files/patch-examples_simple.c index 8aaf9e4a075e..c390d4ad45ae 100644 --- a/devel/libftdi/files/patch-examples_simple.c +++ b/devel/libftdi/files/patch-examples_simple.c @@ -1,5 +1,5 @@ ---- examples/simple.c.orig 2009-03-07 20:12:44.000000000 +0300 -+++ examples/simple.c 2009-03-07 20:14:10.000000000 +0300 +--- examples/simple.c.orig 2009-03-17 23:05:53.000000000 +0200 ++++ examples/simple.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) |