diff options
Diffstat (limited to 'devel/libmpeg3/patches/patch-ad')
-rw-r--r-- | devel/libmpeg3/patches/patch-ad | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libmpeg3/patches/patch-ad b/devel/libmpeg3/patches/patch-ad new file mode 100644 index 00000000000..72226b4455e --- /dev/null +++ b/devel/libmpeg3/patches/patch-ad @@ -0,0 +1,22 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/08/02 17:34:00 drochner Exp $ + +--- ifo.h.orig Tue Jul 31 17:19:54 2001 ++++ ifo.h Tue Jul 31 17:20:47 2001 +@@ -193,7 +193,7 @@ + u_char *data[10]; + + int fd; // file descriptor +- __off64_t pos; // offset of ifo file on device ++ off_t pos; // offset of ifo file on device + } ifo_t; + + +@@ -221,7 +221,7 @@ + * Prototypes + */ + +-ifo_t *ifoOpen (int fd, __off64_t pos); ++ifo_t *ifoOpen (int fd, off_t pos); + int ifoClose (ifo_t *ifo); + + u_int ifoGetVOBStart (ifo_t *ifo); |