Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/usr.bin/ftp Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/461e77e88801
branches:  netbsd-10
changeset: 375846:461e77e88801
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 16 16:23:45 2023 +0000

description:
Pull up following revision(s) (requested by lukem in ticket #174):

        usr.bin/ftp/ssl.c: revision 1.14

Simplify includes

Include "ftp_var.h" instead of various system headers and "extern.h".

diffstat:

 usr.bin/ftp/ssl.c |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r f5596164b50b -r 461e77e88801 usr.bin/ftp/ssl.c
--- a/usr.bin/ftp/ssl.c Tue May 16 16:22:15 2023 +0000
+++ b/usr.bin/ftp/ssl.c Tue May 16 16:23:45 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ssl.c,v 1.12.2.1 2023/05/16 16:16:00 martin Exp $      */
+/*     $NetBSD: ssl.c,v 1.12.2.2 2023/05/16 16:23:45 martin Exp $      */
 
 /*-
  * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ssl.c,v 1.12.2.1 2023/05/16 16:16:00 martin Exp $");
+__RCSID("$NetBSD: ssl.c,v 1.12.2.2 2023/05/16 16:23:45 martin Exp $");
 #endif
 
 #include <errno.h>
@@ -63,11 +63,7 @@
 #endif
 
 #include "ssl.h"
-
-#include <stringlist.h>
-#include <histedit.h>
-#include <sys/poll.h>
-#include "extern.h"
+#include "ftp_var.h"
 
 extern int quit_time, verbose, ftp_debug;
 extern FILE *ttyout;



Home | Main Index | Thread Index | Old Index