diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2014-05-24 22:51:01 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2014-05-24 22:51:01 +0000 |
commit | d1f3c8531516ea2b01cb16fb6854ad9593916ac4 (patch) | |
tree | 6ff7f56b418cf857cdded5db3c414eec6580d39e /graphics/grads/files/patch-src_gabufr.c | |
parent | . Fix the packing list (I hope). (diff) |
. Fix the build with clang.
Notes
Notes:
svn path=/head/; revision=355097
Diffstat (limited to 'graphics/grads/files/patch-src_gabufr.c')
-rw-r--r-- | graphics/grads/files/patch-src_gabufr.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/grads/files/patch-src_gabufr.c b/graphics/grads/files/patch-src_gabufr.c new file mode 100644 index 000000000000..a9573a7d52f7 --- /dev/null +++ b/graphics/grads/files/patch-src_gabufr.c @@ -0,0 +1,10 @@ +--- src/gabufr.c.orig 2014-05-24 07:48:38.000000000 -0700 ++++ src/gabufr.c 2014-05-24 07:49:10.000000000 -0700 +@@ -129,6 +129,7 @@ + } + + /* prints a full description of a varid, expanding sequence contents*/ ++void + gabufr_print_varid (gabufr_varid *varid, int indent) { + gabufr_varid * seq_varid; + gabufr_varinf * varinf; |