From bb651017e8e357a1fd470371d997cc7a4772b1af Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 3 Jun 2003 14:23:45 +0000 Subject: [PATCH] * Moved prototypes outside of baseunix. And shared with linux for now --- rtl/bsd/baseunix.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rtl/bsd/baseunix.pp b/rtl/bsd/baseunix.pp index 8503ab5c13..5f2e5889cc 100644 --- a/rtl/bsd/baseunix.pp +++ b/rtl/bsd/baseunix.pp @@ -16,6 +16,7 @@ Unit BaseUnix; Interface +{$packrecords C} {$define oldreaddir} // Keep using readdir system call instead // of userland getdents stuff. {$define usedomain} // Allow uname with "domain" entry. @@ -36,7 +37,10 @@ end. { $Log$ - Revision 1.1 2003-01-05 19:01:28 marco + Revision 1.2 2003-06-03 14:23:45 marco + * Moved prototypes outside of baseunix. And shared with linux for now + + Revision 1.1 2003/01/05 19:01:28 marco * FreeBSD compiles now with baseunix mods. Revision 1.1 2002/12/18 16:44:09 marco