mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
8dac833ab2
PR: 12624 Submitted by: Jason Brazile <jason.brazile@netcetera.ch>
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
*** old/device.h Fri Mar 13 02:01:36 1998
|
|
--- device.h Mon Jul 12 15:28:20 1999
|
|
***************
|
|
*** 33,39 ****
|
|
#include "InterViews/resource.h"
|
|
#include "localdefs.h"
|
|
|
|
! #if !defined(sgi) && !defined(sun)
|
|
extern "C" int ioctl(int, unsigned long, char*);
|
|
#endif
|
|
|
|
--- 33,39 ----
|
|
#include "InterViews/resource.h"
|
|
#include "localdefs.h"
|
|
|
|
! #if !defined(sgi) && !defined(sun) && !defined(__FreeBSD__)
|
|
extern "C" int ioctl(int, unsigned long, char*);
|
|
#endif
|
|
|