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

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


64-bit fixes.
 [rsc] --rw-rw-r-- M 451989 glenda sys 4914 Nov  6 11:02 sys/src/cmd/nm.c
	/n/sourcesdump/2005/1106/plan9/sys/src/cmd/nm.c:265,271 - 
	/n/sourcesdump/2005/1107/plan9/sys/src/cmd/nm.c:265,271
	  		} else
	  			cp = s->name;
	  		if (s->value || s->type == 'a' || s->type == 'p')
	- 			Bprint(&bout, "%8lux %c %s\n", s->value, s->type, cp);
	+ 			Bprint(&bout, "%16llux %c %s\n", s->value, s->type, cp);
	  		else
	  			Bprint(&bout, "         %c %s\n", s->type, cp);
	  	}


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.