Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0327/1

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


ipifc.c: add explicit return type
 [rsc] --rw-rw-r-- M 1276246 glenda sys 34259 Mar 27 07:41 sys/src/9/ip/ipifc.c
	/n/sourcesdump/2006/0327/plan9/sys/src/9/ip/ipifc.c:831,836 - 
	/n/sourcesdump/2006/0328/plan9/sys/src/9/ip/ipifc.c:831,837
	  	return "unsupported ctl";
	  }
	  
	+ int
	  ipifcstats(Proto *ipifc, char *buf, int len)
	  {
	  	return ipstats(ipifc->f, buf, len);


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.