Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2003 19:12:28 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 39946 for review
Message-ID:  <200310190212.h9J2CSVi078089@repoman.freebsd.org>

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

Change 39946 by jmallett@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.
  */



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