Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 21:39:19 -0700 (PDT)
From:      "Justin M. Seger" <jseger@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/emulators/wine Makefile ports/emulators/wine/files bitops.h
Message-ID:  <199810130439.VAA16589@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jseger      1998/10/12 21:39:18 PDT

  Modified files:
    emulators/wine       Makefile 
  Added files:
    emulators/wine/files bitops.h 
  Log:
  Add missing bitopts.h
  Change BROKEN_ELF->BROKEN as this is still BROKEN after the file addition.
  
  In file included from ./treeview.c:44:
  ../../include/asm/bitops.h:8: redefinition of `set_bit'
  ../../include/asm/bitops.h:8: `set_bit' previously defined here
  ../../include/asm/bitops.h:18: redefinition of `clear_bit'
  ../../include/asm/bitops.h:18: `clear_bit' previously defined here
  ../../include/asm/bitops.h:28: redefinition of `change_bit'
  ../../include/asm/bitops.h:28: `change_bit' previously defined here
  ../../include/asm/bitops.h:38: redefinition of `test_bit'
  ../../include/asm/bitops.h:38: `test_bit' previously defined here
  ./treeview.c: In function `TREEVIEW_DrawItem':
  ./treeview.c:341: warning: unused variable `hRootPen'
  ./treeview.c:339: warning: `oldBkColor' might be used uninitialized in this function
  *** Error code 1
  
  Revision  Changes    Path
  1.64      +2 -2      ports/emulators/wine/Makefile

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?199810130439.VAA16589>