recipes: kernel/generic: Bump release number
[dragora.git] / patches / ncftp / fix_ftbfs.patch
blob003da6548d6ad48d2f59ff756b329d84c0513360
1 Description: Fix ftbfs with GCC-10
3 Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
4 Bug-Debian: https://bugs.debian.org/957582
5 Forwarded: no
7 ---
9 --- ncftp-3.2.5.orig/sh_util/gpshare.c
10 +++ ncftp-3.2.5/sh_util/gpshare.c
11 @@ -28,7 +28,7 @@
13 static int gIsAtty1 = 1, gIsAtty2 = 1;
14 extern int gLoadedBm, gBookmarkMatchMode;
15 -Bookmark gBm;
16 +extern Bookmark gBm;
18 double
19 FileSize(double size, const char **uStr0, double *uMult0)