[Gd-chatter] r10801 - in trunk/fundev/sources: lib/unix-portability system/file-system

hannes at gwydiondylan.org hannes at gwydiondylan.org
Sat Jun 17 21:23:20 CEST 2006


Author: hannes
Date: Sat Jun 17 21:23:18 2006
New Revision: 10801

Modified:
   trunk/fundev/sources/lib/unix-portability/freebsd-portability.dylan
   trunk/fundev/sources/system/file-system/unix-ffi.dylan
Log:
Bug: 7297
some more FreeBSD-specific fixes


Modified: trunk/fundev/sources/lib/unix-portability/freebsd-portability.dylan
==============================================================================
--- trunk/fundev/sources/lib/unix-portability/freebsd-portability.dylan	(original)
+++ trunk/fundev/sources/lib/unix-portability/freebsd-portability.dylan	Sat Jun 17 21:23:18 2006
@@ -19,4 +19,4 @@
 
 define constant $proc-path = "file";
 
-define constant $errno-location = "__errno";
\ No newline at end of file
+define constant $errno-location = "__error";

Modified: trunk/fundev/sources/system/file-system/unix-ffi.dylan
==============================================================================
--- trunk/fundev/sources/system/file-system/unix-ffi.dylan	(original)
+++ trunk/fundev/sources/system/file-system/unix-ffi.dylan	Sat Jun 17 21:23:18 2006
@@ -140,7 +140,7 @@
 /// From <pwd.h> ...
 
 define system-offset passwd-name () 0;
-define system-offset passwd-dir (alpha-linux 4, x86-freebsd 28) 5;
+define system-offset passwd-dir (alpha-linux 4, x86-freebsd 7) 5;
 
 define inline-only function passwd-name (passwd :: <machine-word>) => (name :: <byte-string>)
   primitive-raw-as-string



More information about the chatter mailing list