Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 18:50:15 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109958 for review
Message-ID:  <200611141850.kAEIoFMb011286@repoman.freebsd.org>

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

Change 109958 by millert@millert_g5tower on 2006/11/14 18:50:05

	Forward decl for struct ps[eh]mnode.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/posix_sem.h#3 edit
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/posix_shm.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/posix_sem.h#3 (text+ko) ====

@@ -62,6 +62,7 @@
 	struct label *  psem_label;
 };
 
+struct psemnode;
 struct pseminfo *	psemnodeinfo (struct psemnode *);
 
 #define PSEMINFO_NULL (struct pseminfo *)0

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/posix_shm.h#3 (text+ko) ====

@@ -66,6 +66,7 @@
 	struct label *	pshm_label;
 };
 
+struct pshmnode;
 struct pshminfo *	pshmnodeinfo (struct pshmnode *node);
 
 #define PSHMINFO_NULL (struct pshminfo *)0



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