CVS: main/liba52 parse.c,1.4,1.5
Update of /cvsroot/mplayer/main/liba52 In directory mail:/var/tmp.root/cvs-serv25947/liba52 Modified Files: parse.c Log Message: various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se> Index: parse.c =================================================================== RCS file: /cvsroot/mplayer/main/liba52/parse.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- parse.c 8 Jan 2002 14:55:36 -0000 1.4 +++ parse.c 12 May 2002 02:18:49 -0000 1.5 @@ -35,9 +35,6 @@ #ifdef HAVE_MEMALIGN /* some systems have memalign() but no declaration for it */ void * memalign (size_t align, size_t size); -#else -/* assume malloc alignment is sufficient */ -#define memalign(align,size) malloc (size) #endif typedef struct {
participants (1)
-
Arpi of Ize