=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp_var.h,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/ftp/ftp_var.h 2007/11/26 12:39:00 1.25 --- src/usr.bin/ftp/ftp_var.h 2008/06/25 21:15:19 1.26 *************** *** 1,4 **** ! /* $OpenBSD: ftp_var.h,v 1.25 2007/11/26 12:39:00 martynas Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ftp_var.h,v 1.26 2008/06/25 21:15:19 martynas Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* *************** *** 176,182 **** char *httpport; /* port number to use for http connections */ #ifndef SMALL char *httpsport; /* port number to use for https connections */ ! #endif char *gateport; /* port number to use for gateftp connections */ jmp_buf toplevel; /* non-local goto stuff for cmd scanner */ --- 176,182 ---- char *httpport; /* port number to use for http connections */ #ifndef SMALL char *httpsport; /* port number to use for https connections */ ! #endif /* !SMALL */ char *gateport; /* port number to use for gateftp connections */ jmp_buf toplevel; /* non-local goto stuff for cmd scanner */