summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-an
blob: 01df579f65248a9cbb465f2163de7586651720cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$NetBSD: patch-an,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $

diff -rcp tools/tcmodinfo.c tools/tcmodinfo.c
*** tools/tcmodinfo.c	Mon May 12 19:44:12 2003
--- tools/tcmodinfo.c	Mon Jun  9 17:48:49 2003
*************** void tc_error(char *string)
*** 102,108 ****
  
  void *load_module(char *mod_name, char *mod_path, int mode)
  {
! #if defined(__FreeBSD__) || defined (__APPLE__)
    const
  #endif  
    char *error;
--- 102,108 ----
  
  void *load_module(char *mod_name, char *mod_path, int mode)
  {
! #if defined(__FreeBSD__) || defined (__APPLE__) || defined(__NetBSD__)
    const
  #endif  
    char *error;
*************** void *load_module(char *mod_name, char *
*** 186,192 ****
  
  
  int load_plugin(char *path, int id) {
! #if defined(__FreeBSD__) || defined(__APPLE__)
    const
  #endif    
    char *error;
--- 186,192 ----
  
  
  int load_plugin(char *path, int id) {
! #if defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__)
    const
  #endif    
    char *error;