Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1106/17

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


Remove unused variable.
 [rsc] --rw-rw-r-- M 451989 glenda sys 6420 Nov  6 11:11 sys/src/cmd/upas/smtp/mxdial.c
	/n/sourcesdump/2005/1106/plan9/sys/src/cmd/upas/smtp/mxdial.c:49,55 - 
	/n/sourcesdump/2005/1107/plan9/sys/src/cmd/upas/smtp/mxdial.c:49,55
	  }
	  
	  static int
	- timeout(void *x, char *msg)
	+ timeout(void*, char *msg)
	  {
	  	if(strstr(msg, "alarm"))
	  		return 1;


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.