summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/main.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-05-30 03:08:17 +0000
committerpst <pst@FreeBSD.org>1996-05-30 03:08:17 +0000
commit93cb831554dbe0e43e154dbf039bd862f4c3bafe (patch)
tree0d2838764f1b4d3e7487cd1b0c8ce5f33bf39681 /usr.bin/ftp/main.c
parent10d32f7a70eaa6dcc9bd498e4bf78130094d6fdd (diff)
downloadFreeBSD-src-93cb831554dbe0e43e154dbf039bd862f4c3bafe.zip
FreeBSD-src-93cb831554dbe0e43e154dbf039bd862f4c3bafe.tar.gz
1. Remove SOCKS support (unneded with SOCKS v5 port)
2. Update quarantine port support to use new kernel mechanism.
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r--usr.bin/ftp/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 2a96c0a..cca7a919 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -72,10 +72,6 @@ main(argc, argv)
char *cp, homedir[MAXPATHLEN];
struct servent sp_default;
-#ifdef SOCKS
- SOCKSinit(argv[0]);
-#endif
-
sp = getservbyname("ftp", "tcp");
if (sp == 0) {
sp = &sp_default;
OpenPOWER on IntegriCloud