From 7142e36d1f4ed5a45e089bb972db73bb3f91ad94 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 26 Nov 2006 13:09:46 +0000 Subject: Remove useless fd parameter for mmap_anon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21264 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/mmap_anon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/mmap_anon.h') diff --git a/osdep/mmap_anon.h b/osdep/mmap_anon.h index edb909bdc0..e0f2d4e1ed 100644 --- a/osdep/mmap_anon.h +++ b/osdep/mmap_anon.h @@ -3,6 +3,6 @@ #include -void *mmap_anon(void *, size_t, int, int, int *, off_t); +void *mmap_anon(void *, size_t, int, int, off_t); #endif /* _OSDEP_MMAP_ANON_H_ */ -- cgit v1.2.3