blob: 23bfd21d4f4240a551b73ca4dbd2b66da916de15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ae,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $
diff -rcp import/import_divx.c import/import_divx.c
*** import/import_divx.c Mon May 12 16:46:50 2003
--- import/import_divx.c Mon Jun 9 17:46:50 2003
*************** static unsigned char *bufalloc(size_t si
*** 158,164 ****
}
static int divx_init(char *path) {
! #ifdef __FreeBSD__
const
#endif
char *error;
--- 158,164 ----
}
static int divx_init(char *path) {
! #if defined(__FreeBSD__) || defined(__NetBSD__)
const
#endif
char *error;
|