=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp_var.h,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/ftp/ftp_var.h 2014/07/14 09:26:27 1.35 --- src/usr.bin/ftp/ftp_var.h 2014/10/31 13:48:21 1.36 *************** *** 1,4 **** ! /* $OpenBSD: ftp_var.h,v 1.35 2014/07/14 09:26:27 jsing Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ftp_var.h,v 1.36 2014/10/31 13:48:21 jsing Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* *************** *** 77,83 **** int fclose(FILE *); #endif ! #include #include "stringlist.h" #include "extern.h" --- 77,83 ---- int fclose(FILE *); #endif ! #include #include "stringlist.h" #include "extern.h" *************** *** 234,238 **** extern struct cmd cmdtab[]; #ifndef SMALL ! extern struct ressl_config *ressl_config; #endif /* !SMALL */ --- 234,238 ---- extern struct cmd cmdtab[]; #ifndef SMALL ! extern struct tls_config *tls_config; #endif /* !SMALL */