1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/ftp/wput/files/patch-src_wput.c
Stefan Eßer 4c971dd91d Fix build with -fno-common
While here add license (GPLv2) and strip binary.
2020-09-22 16:59:52 +00:00

11 lines
236 B
C

--- src/wput.c.orig 2008-09-27 10:31:23 UTC
+++ src/wput.c
@@ -69,6 +69,7 @@ int start_fsession();
int start_ftp();
int start_recur_ftp();
void read_netrc_file(void);
+opt_t opt;
int main(int argc, char *argv[]){
#ifdef WIN32