PERFORCE change 29478 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 22 20:15:52 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29478

Change 29478 by peter at peter_overcee on 2003/04/22 20:14:51

	Argh, K&R claims another casualty

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#73 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#73 (text+ko) ====

@@ -625,7 +625,7 @@
 };
 
 void
-setidt(idx, func, typ, int dpl, ist)
+setidt(idx, func, typ, dpl, ist)
 	int idx;
 	inthand_t *func;
 	int typ;


More information about the p4-projects mailing list