PERFORCE change 39946 for review

Juli Mallett jmallett at FreeBSD.org
Sat Oct 18 19:12:30 PDT 2003


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

Change 39946 by jmallett at jmallett_dalek on 2003/10/18 19:12:27

	forward declare struct thread.

Affected files ...

.. //depot/projects/mips/sys/mips/include/reg.h#6 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/reg.h#6 (text+ko) ====

@@ -28,6 +28,8 @@
 #ifndef _MACHINE_REG_H_
 #define	_MACHINE_REG_H_
 
+struct thread;
+
 /*
  * A structure representing the registers we have.
  */


More information about the p4-projects mailing list