PERFORCE change 113786 for review

Christian S.J. Peron csjp at FreeBSD.org
Wed Jan 31 19:41:20 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113786

Change 113786 by csjp at csjp_rnd01 on 2007/01/31 19:40:19

	-f should imply -w

Affected files ...

.. //depot/projects/zcopybpf/utils/bpfnull/bpfnull.c#5 edit

Differences ...

==== //depot/projects/zcopybpf/utils/bpfnull/bpfnull.c#5 (text+ko) ====

@@ -214,6 +214,7 @@
 			break;
 		case 'f':
 			fflag = optarg;
+			wflag = 1;
 			break;
 		case 'i':
 			iflag = optarg;


More information about the p4-projects mailing list