diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-11 08:00:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-11 08:00:51 +0000 |
commit | 4d6ca0e17d04f9fc9f53c1c6656659b0552f368a (patch) | |
tree | 1f08fa7eb7be7aea025aae6be6d0bf162a5dc3a7 /archivers/lha/files/patch-shuf.c | |
parent | Fix clang39 dependency on editors/codelite (diff) |
- fix C warnings
- split patches
- make portlint happier
Notes
Notes:
svn path=/head/; revision=433839
Diffstat (limited to 'archivers/lha/files/patch-shuf.c')
-rw-r--r-- | archivers/lha/files/patch-shuf.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-shuf.c b/archivers/lha/files/patch-shuf.c new file mode 100644 index 000000000000..c6b976e4004b --- /dev/null +++ b/archivers/lha/files/patch-shuf.c @@ -0,0 +1,12 @@ +--- src/shuf.c.orig 2000-10-04 14:57:38 UTC ++++ src/shuf.c +@@ -38,8 +38,7 @@ decode_start_st0( /*void*/ ) + + /* ------------------------------------------------------------------------ */ + void +-encode_p_st0(j) +- unsigned short j; ++encode_p_st0(unsigned short j) + { + unsigned short i; + |