openbsd-ports/graphics/xv/patches/patch-ag
1998-03-21 05:38:13 +00:00

22 lines
795 B
Plaintext

*** xv.h.~1~ Sat Jan 31 22:48:31 1998
--- xv.h Sat Jan 31 22:50:16 1998
***************
*** 159,165 ****
!defined(bsd43) && \
!defined(aux) && \
!defined(__bsdi__) && \
! !defined(sequent)
# if defined(hp300) || defined(hp800) || defined(NeXT)
# include <sys/malloc.h> /* it's in 'sys' on HPs and NeXT */
--- 159,166 ----
!defined(bsd43) && \
!defined(aux) && \
!defined(__bsdi__) && \
! !defined(sequent) && \
! !defined(__OpenBSD__)
# if defined(hp300) || defined(hp800) || defined(NeXT)
# include <sys/malloc.h> /* it's in 'sys' on HPs and NeXT */