*** 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); } ! #ifndef __FreeBSD__ /* strstr - public-domain implementation of standard C library function *************** *** 333,335 **** --- 333,336 ---- } } + #endif /* __FreeBSD__ */