Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 00:08:04 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/wine/files patch-context_i386
Message-ID:  <200211080808.gA8884pn008113@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/11/08 00:08:04 PST

  Added files:
    emulators/wine/files patch-context_i386 
  Log:
  Make context_i386.c work on 5.x as well as 4.x by using the DBREG_DRX
  macro to access the fields of 'struct dbreg' instead of accessing
  them directly.
  
  Because the macro is buggy on older versions of FreeBSD as it lacks
  proper macro argument parens, use an extra pointer as a workaround
  so that we'll work on pre-patched versions of FreeBSD.
  
  Reviewed by: gerald (maintainer)
  
  Revision  Changes    Path
  1.1       +51 -0     ports/emulators/wine/files/patch-context_i386 (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211080808.gA8884pn008113>