Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 18:45:20 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 104972 for review
Message-ID:  <200608241845.k7OIjKi6024163@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104972

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

	o Replace quotes in includes with brackets.
	    Pointy hat from: Warner Losh" <imp@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608241845.k7OIjKi6024163>