PERFORCE change 136625 for review

Warner Losh imp at FreeBSD.org
Sun Mar 2 04:06:59 UTC 2008


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

Change 136625 by imp at imp_paco-paco on 2008/03/02 04:06:48

	Delete stray $

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/sysarch.h#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/sysarch.h#4 (text+ko) ====

@@ -40,10 +40,10 @@
 
 #if 0
 /* Something useful for each MIPS platform. */
-#else$
-#define	mips_tcb_set(tcb)	NULL$
-#define	mips_tcb_get()		NULL$
-#endif /* _MIPS_ARCH_XLR */$
+#else
+#define	mips_tcb_set(tcb)	NULL
+#define	mips_tcb_get()		NULL
+#endif /* _MIPS_ARCH_XLR */
 
 __BEGIN_DECLS
 int sysarch(int, void *);


More information about the p4-projects mailing list