From: Dan Halbert? Date: Fri, 13 Feb 1981 07:42:40 +0000 (-0800) Subject: Added printing of C and V commands lines; removed printing of B X-Git-Tag: BSD-4_1_snap-Snapshot-Development~2300 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/36b073d43c98ff8fea41c4f973c5714b2745aaed?ds=inline Added printing of C and V commands lines; removed printing of B lines. This is for vdmp and vpltdmp. (Dan Fitzpatrick) SCCS-vsn: old/vpr/vpq.c 1.2 --- diff --git a/usr/src/old/vpr/vpq.c b/usr/src/old/vpr/vpq.c index 3e9a5807fb..a40ff36068 100644 --- a/usr/src/old/vpr/vpq.c +++ b/usr/src/old/vpr/vpq.c @@ -1,7 +1,9 @@ -/* +/* vpq.c %G% * Varian and Versatec queue */ +static char vpqSCCSid[] = "@(#)vpq.c 1.2\t%G%"; + #include #include #include @@ -124,7 +126,8 @@ process() strcpy(username, line+1); break; - case 'B': + case 'C': + case 'V': case 'F': case 'G': case 'P':