Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 36190 | Differences between
and this patch

Collapse All | Expand All

(-)coreutils-5.0.91.orig/src/uname.c (-2 / +5 lines)
Lines 158-173 Link Here
158
					"model", "vendor"
158
					"model", "vendor"
159
				#endif
159
				#endif
160
				#if defined(__alpha__)
160
				#if defined(__alpha__)
161
					"cpu model", "???"
161
					"cpu model", "system type"
162
				#endif
162
				#endif
163
				#if defined(sparc) || defined(__sparc__)
163
				#if defined(sparc) || defined(__sparc__)
164
					"type", "cpu"
164
					"type", "cpu"
165
				#endif
165
				#endif
166
				#if defined(__hppa__)
167
					"cpu", "model"
168
				#endif
166
				#if defined(__mips__)
169
				#if defined(__mips__)
167
					"cpu model", "system type"
170
					"cpu model", "system type"
168
				#endif
171
				#endif
169
				#if defined(PPC)
172
				#if defined(PPC)
170
					"processor", "cpu"
173
					"cpu", "machine"
171
				#endif
174
				#endif
172
			};
175
			};
173
				
176
				

Return to bug 36190