diff options
Diffstat (limited to 'comms/vpb-driver/files/patch-src-vpbapi.h')
-rw-r--r-- | comms/vpb-driver/files/patch-src-vpbapi.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/vpb-driver/files/patch-src-vpbapi.h b/comms/vpb-driver/files/patch-src-vpbapi.h new file mode 100644 index 000000000000..e65d9f85c91a --- /dev/null +++ b/comms/vpb-driver/files/patch-src-vpbapi.h @@ -0,0 +1,11 @@ +--- src/vpbapi.h Sat Feb 12 10:00:47 2005 ++++ src/vpbapi.h Sat Feb 12 10:01:56 2005 +@@ -150,7 +150,7 @@ + + \*-------------------------------------------------------------------------*/ + +-#ifdef linux ++#if defined(linux) || defined(__FreeBSD__) + int WINAPI vpb_set_station_sync(int handle, int state); + int WINAPI vpb_ring_station_async(int handle, int state, int one_ring); + int WINAPI vpb_user_ring_station_sync(int handle, int state); |