--- Net2/arch/i386/stand/cga.c 2018/04/24 18:05:14 1.1.1.2 +++ Net2/arch/i386/stand/cga.c 2018/04/24 18:20:33 1.1.1.4 @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)cga.c 5.3 (Berkeley) 4/28/91 + * from: @(#)cga.c 5.3 (Berkeley) 4/28/91 + * cga.c,v 1.2 1993/05/22 08:02:12 cgd Exp */ #include "param.h" @@ -123,7 +124,7 @@ u_char c; break ; } -#ifdef SMALL +#ifndef SMALL /* implement a scroll */ if (crtat >= Crtat+COL*ROW*CHR) { /* move text up */