diff options
-rw-r--r-- | usr.sbin/lpr/common_source/common.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index a813a95677d..0ed7907fb96 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.30 2007/03/13 15:09:51 stevesk Exp $ */ +/* $OpenBSD: common.c,v 1.31 2007/03/16 20:03:48 stevesk Exp $ */ /* $NetBSD: common.c,v 1.21 2000/08/09 14:28:50 itojun Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static const char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; #else -static const char rcsid[] = "$OpenBSD: common.c,v 1.30 2007/03/13 15:09:51 stevesk Exp $"; +static const char rcsid[] = "$OpenBSD: common.c,v 1.31 2007/03/16 20:03:48 stevesk Exp $"; #endif #endif /* not lint */ @@ -88,7 +88,6 @@ char *MS; /* stty flags to set if lp is a tty */ long MX; /* maximum number of blocks to copy */ char *NF; /* name of ditroff filter (per job) */ char *OF; /* name of output filter (created once) */ -char *PF; /* name of vrast filter (per job) */ long PL; /* page length */ long PW; /* page width */ long PX; /* page width in pixels */ |