PERFORCE change 104972 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Aug 24 18:45:21 UTC 2006


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

Change 104972 by gonzo at gonzo_hq on 2006/08/24 18:45:04

	o Replace quotes in includes with brackets.
	    Pointy hat from: Warner Losh" <imp at freebsd.org>

Affected files ...

.. //depot/projects/mips2/src/lib/libc/mips/SYS.h#3 edit

Differences ...

==== //depot/projects/mips2/src/lib/libc/mips/SYS.h#3 (text+ko) ====

@@ -68,7 +68,7 @@
 
 #include <sys/syscall.h>
 
-#include "machine/asm.h"
+#include <machine/asm.h>
 
 /*
  * If compiling for shared libs, Emit sysV ABI PIC segment pseudo-ops.


More information about the p4-projects mailing list