Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 19:41:19 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113786 for review
Message-ID:  <200701311941.l0VJfJdX005731@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113786

Change 113786 by csjp@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701311941.l0VJfJdX005731>