diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-09-24 10:37:54 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-09-24 10:37:54 +0000 |
commit | dde71668c44497c28698341dd578264ab5914ae8 (patch) | |
tree | 0d61900b11adfb4842fcc35c3872934b3d02c938 /games/jfsw/files/patch-jfbuild-src-kplib.c | |
parent | net/scamper: Update to 20200923 (diff) |
Update to 20200116
Notes
Notes:
svn path=/head/; revision=549915
Diffstat (limited to 'games/jfsw/files/patch-jfbuild-src-kplib.c')
-rw-r--r-- | games/jfsw/files/patch-jfbuild-src-kplib.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/jfsw/files/patch-jfbuild-src-kplib.c b/games/jfsw/files/patch-jfbuild-src-kplib.c deleted file mode 100644 index 2479127a6fa2..000000000000 --- a/games/jfsw/files/patch-jfbuild-src-kplib.c +++ /dev/null @@ -1,13 +0,0 @@ -Make return-free function void - ---- jfbuild/src/kplib.c.orig 2020-09-03 06:19:21 UTC -+++ jfbuild/src/kplib.c -@@ -2495,7 +2495,7 @@ static int kddsrend (const char *buf, int leng, - //=============================== DDS ends ================================== - //=================== External picture interface begins ====================== - --int kpgetdim (const char *buf, int leng, int *xsiz, int *ysiz) -+void kpgetdim (const char *buf, int leng, int *xsiz, int *ysiz) - { - int *lptr; - const unsigned char *cptr; |