openbsd-ports/x11/xloadimage/patches/patch-ah
1997-12-20 02:47:06 +00:00

27 lines
526 B
Plaintext

*** misc.c~ Mon Nov 16 20:10:05 1992
--- misc.c Sun Jan 8 23:08:24 1995
***************
*** 251,257 ****
else
return(0);
}
!
/*
strstr - public-domain implementation of standard C library function
--- 251,257 ----
else
return(0);
}
! #if !defined(__FreeBSD__) && !defined(__OpenBSD__)
/*
strstr - public-domain implementation of standard C library function
***************
*** 333,335 ****
--- 333,336 ----
}
}
+ #endif /* !defined(__FreeBSD__) && !defined(__OpenBSD__) */