=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp_var.h,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/ftp/ftp_var.h 2008/07/08 21:07:57 1.27 --- src/usr.bin/ftp/ftp_var.h 2009/04/27 22:51:51 1.28 *************** *** 1,4 **** ! /* $OpenBSD: ftp_var.h,v 1.27 2008/07/08 21:07:57 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.28 2009/04/27 22:51:51 martynas Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* *************** *** 216,223 **** --- 216,225 ---- char *mac_end; /* end of macro in macbuf */ }; + #ifndef SMALL int macnum; /* number of defined macros */ struct macel macros[16]; char macbuf[4096]; + #endif /* !SMALL */ FILE *ttyout; /* stdout or stderr, depending on interactive */