summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 01:19:58 +0200
committerwm4 <wm4@nowhere>2012-08-03 01:20:51 +0200
commitb0e695cf79175ee62a263879d9b6f25399c9eda4 (patch)
tree48f50aed08fb9d08362a30de2b984d326af807a6 /osdep/shmem.c
parent92dc567ed99ca08b920a1e4a5504adc48d92614b (diff)
downloadmpv-b0e695cf79175ee62a263879d9b6f25399c9eda4.tar.bz2
mpv-b0e695cf79175ee62a263879d9b6f25399c9eda4.tar.xz
Remove leftover BeOS support stuff
As by mplayer-svn commit 33972. Their BeOS removal was more thorough.
Diffstat (limited to 'osdep/shmem.c')
-rw-r--r--osdep/shmem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/shmem.c b/osdep/shmem.c
index f1cec1be37..02140b5756 100644
--- a/osdep/shmem.c
+++ b/osdep/shmem.c
@@ -33,8 +33,6 @@
#include <sys/uio.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
-#elif defined(__BEOS__)
-#include <mman.h>
#endif
#include <sys/socket.h>
#include <fcntl.h>