Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1104/8

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Your text here.
 [rsc] --rw-rw-r-- M 323293 rsc sys 3791 Nov  4 08:14 sys/src/cmd/fcp.c
	/n/sourcesdump/2005/1104/plan9/sys/src/cmd/fcp.c:201,207 - 
	/n/sourcesdump/2005/1105/plan9/sys/src/cmd/fcp.c:201,207
	  
	  	while(n = pread(fdf, bp, len, o)){
	  		if(n < 0){
	- 			fprint(2, "reading %s: %r\n", from);
	+ 			fprint(2, "reading %s at %lld: %r\n", from, o);
	  			_exits("bad");
	  		}
	  		if(pwrite(fdt, buf, n, o) != n){


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.