Browse Source

* Moved prototypes outside of baseunix. And shared with linux for now

marco 22 years ago
parent
commit
bb651017e8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/bsd/baseunix.pp

+ 5 - 1
rtl/bsd/baseunix.pp

@@ -16,6 +16,7 @@
 Unit BaseUnix;
 Unit BaseUnix;
 
 
 Interface
 Interface
+{$packrecords C}
 {$define oldreaddir}		// Keep using readdir system call instead
 {$define oldreaddir}		// Keep using readdir system call instead
 				// of userland getdents stuff.
 				// of userland getdents stuff.
 {$define usedomain}		// Allow uname with "domain" entry.
 {$define usedomain}		// Allow uname with "domain" entry.
@@ -36,7 +37,10 @@ end.
 
 
 {
 {
   $Log$
   $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.
    * FreeBSD compiles now with baseunix mods.
 
 
   Revision 1.1  2002/12/18 16:44:09  marco
   Revision 1.1  2002/12/18 16:44:09  marco