PERFORCE change 109958 for review
Todd Miller
millert at FreeBSD.org
Tue Nov 14 18:50:28 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=109958
Change 109958 by millert at 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
More information about the trustedbsd-cvs
mailing list