Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336504
Collapse All | Expand All

(-)mozilla-1.9.2/media/liboggz/include/oggz/oggz_off_t_generated.h.old (-1 / +1 lines)
Lines 59-65 Link Here
59
59
60
#include <sys/types.h>
60
#include <sys/types.h>
61
61
62
#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX)
62
#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined(__FreeBSD__)
63
typedef off_t oggz_off_t;
63
typedef off_t oggz_off_t;
64
#else
64
#else
65
typedef loff_t oggz_off_t;
65
typedef loff_t oggz_off_t;

Return to bug 336504