Changeset 772fa346a8229fcb4ed6aa7124783032964294bb

Show
Ignore:
Timestamp:
11/15/06 21:09:15 (2 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1163621355 +0000
git-parent:

[1694eb692b04b492aa05c69fe2bdabc15854f063]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1163621355 +0000
Message:

forwardport [17791]:
* libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/extras/libc.c

    r83d3320 r772fa34  
    348348 * lldiv: returns quotient and remainder 
    349349 *****************************************************************************/ 
    350 #if defined(SYS_BEOS) 
     350#if defined(SYS_BEOS) \ 
     351 || (defined (__FreeBSD__) && (__FreeBSD_version__ < 500000)) 
    351352lldiv_t vlc_lldiv( long long numer, long long denom ) 
    352353{