Date: Wed, 19 Oct 2005 09:33:15 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c svr4_siginfo.h Message-ID: <200510190933.j9J9XGiX065214@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2005-10-19 09:33:15 UTC
FreeBSD src repository
Modified files:
sys/compat/svr4 svr4_misc.c svr4_siginfo.h
Log:
Fix compiling problem by adding prefix name svr4 to si_xxx macro, the
si_xxx macro should not be used in compat headers, as these are standard
member names or only can be used in our native header file signal.h.
Revision Changes Path
1.83 +16 -15 src/sys/compat/svr4/svr4_misc.c
1.5 +9 -9 src/sys/compat/svr4/svr4_siginfo.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510190933.j9J9XGiX065214>
