Date: Sat, 24 Aug 2002 03:37:24 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 16500 for review Message-ID: <200208241037.g7OAbOED078508@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16500 Change 16500 by peter@peter_mckinley on 2002/08/24 03:37:13 stop this from failing the compile Affected files ... .. //depot/projects/ia64/sys/ia64/include/signal.h#3 edit Differences ... ==== //depot/projects/ia64/sys/ia64/include/signal.h#3 (text+ko) ==== @@ -74,7 +74,9 @@ * representations of 'struct reg' and 'struct fpreg', respectively. */ typedef unsigned int osigset_t; -struct osigcontext {}; +struct osigcontext { + int _not_used; +}; /* * The sequence of the fields should match those in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208241037.g7OAbOED078508>