--- ray/src/px/oki20c.c 1992/09/21 12:13:38 2.9 +++ ray/src/px/oki20c.c 2003/02/22 02:07:27 2.11 @@ -1,9 +1,6 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: oki20c.c,v 2.11 2003/02/22 02:07:27 greg Exp $"; #endif - /* * oki20c.c - program to dump pixel file to OkiMate 20 color printer. */ @@ -12,6 +9,7 @@ static char SCCSid[] = "$SunId$ LBL"; #ifdef MSDOS #include #endif +#include #include "color.h" #include "resolu.h" @@ -51,9 +49,6 @@ char *argv[]; dofilter++; argv++; argc--; } -#ifdef _IOLBF - stdout->_flag &= ~_IOLBF; -#endif if (argc < 2) status = printp(NULL) == -1; else