Mercurial > libdvdnav.hg
changeset 280:056a92fbd053 src
removed redefinition of memcpy() as bcopy() (maybe done for some probably inexistent systems); patch by Diego Petteno
author | nicodvb |
---|---|
date | Tue, 17 Apr 2007 21:02:51 +0000 |
parents | 130c10495b66 |
children | 6853c398600c |
files | dvdread/md5.c |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdread/md5.c Tue Apr 17 20:57:17 2007 +0000 +++ b/dvdread/md5.c Tue Apr 17 21:02:51 2007 +0000 @@ -26,14 +26,8 @@ #include <sys/types.h> -#if STDC_HEADERS || defined _LIBC -# include <stdlib.h> -# include <string.h> -#else -# ifndef HAVE_MEMCPY -# define memcpy(d, s, n) bcopy ((s), (d), (n)) -# endif -#endif +#include <stdlib.h> +#include <string.h> #include "md5.h" /* #include "unlocked-io.h" */