cvs commit: src/sys/compat/svr4 svr4_misc.c svr4_siginfo.h
David Xu
davidxu at FreeBSD.org
Wed Oct 19 02:33:17 PDT 2005
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
More information about the cvs-src
mailing list