summaryrefslogtreecommitdiff
path: root/audio/mxv/patches/patch-ad
blob: 8e113a9090d4e722d39d40a7938338eca220595f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** device.h.orig	Thu Apr 17 14:53:39 1997
--- device.h	Thu Apr 17 14:57:57 1997
***************
*** 33,39 ****
  #include "InterViews/resource.h"
  #include "localdefs.h"
  
! #ifndef sgi
  extern "C" int ioctl(int, unsigned long, char*);
  #endif
  
--- 33,39 ----
  #include "InterViews/resource.h"
  #include "localdefs.h"
  
! #if !defined( sgi ) && !defined( __FreeBSD__ )
  extern "C" int ioctl(int, unsigned long, char*);
  #endif