cvs commit: src/sys/compat/ndis pe_var.h subr_ndis.c subr_pe.c
Bill Paul
wpaul at FreeBSD.org
Tue Jan 6 10:06:55 PST 2004
wpaul 2004/01/06 10:06:54 PST
FreeBSD src repository
Modified files:
sys/compat/ndis pe_var.h subr_ndis.c subr_pe.c
Log:
Clean up pe_get_message(). Allow the caller to obtain the resource
flag so that it can see if the message string is unicode or not and
do the conversion itself rather than doing it in subr_pe.c. This
prevents subr_pe.c from being dependent on subr_ndis.c.
Revision Changes Path
1.3 +2 -4 src/sys/compat/ndis/pe_var.h
1.27 +10 -3 src/sys/compat/ndis/subr_ndis.c
1.5 +5 -21 src/sys/compat/ndis/subr_pe.c
More information about the cvs-src
mailing list