* remove need for freebsd5 directive. merge to fixes after rc1

git-svn-id: trunk@11142 -
This commit is contained in:
marco 2008-05-31 16:09:18 +00:00
parent b3548b4673
commit 381ab23ad5

View File

@ -15,7 +15,7 @@
**********************************************************************}
{$IFDEF FREEBSD5}
{$IF DEFINED(FREEBSD) AND NOT DEFINED(FREEBSD4)}
{$IFDEF FPC_USE_LIBC}
function cuuidgen(p:PGUID;x:cint):cint; external clib name 'uuidgen';