Added printing of C and V commands lines; removed printing of B
authorDan Halbert? <halbert@ucbvax.Berkeley.EDU>
Fri, 13 Feb 1981 07:42:40 +0000 (23:42 -0800)
committerDan Halbert? <halbert@ucbvax.Berkeley.EDU>
Fri, 13 Feb 1981 07:42:40 +0000 (23:42 -0800)
lines.  This is for vdmp and vpltdmp.  (Dan Fitzpatrick)

SCCS-vsn: old/vpr/vpq.c 1.2

usr/src/old/vpr/vpq.c

index 3e9a580..a40ff36 100644 (file)
@@ -1,7 +1,9 @@
-/*
+/* vpq.c               %G%
  * Varian and Versatec queue
  */
 
+static char vpqSCCSid[] = "@(#)vpq.c   1.2\t%G%";
+
 #include <sys/types.h>
 #include <dir.h>
 #include <stat.h>
@@ -124,7 +126,8 @@ process()
                        strcpy(username, line+1);
                        break;
 
-               case 'B':
+               case 'C':
+               case 'V':
                case 'F':
                case 'G':
                case 'P':