mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
4c971dd91d
While here add license (GPLv2) and strip binary.
11 lines
236 B
C
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
|