$OpenBSD: patch-libs_m3core_src_unix_openbsd-2_Ustat_i3,v 1.1 2004/07/17 20:59:57 naddy Exp $
--- libs/m3core/src/unix/openbsd-2/Ustat.i3.orig	Sat Jul 17 17:05:56 2004
+++ libs/m3core/src/unix/openbsd-2/Ustat.i3	Sat Jul 17 17:08:29 2004
@@ -45,6 +45,7 @@ TYPE
     st_uid    : uid_t;
     st_gid    : gid_t;
     st_rdev   : dev_t;
+    st_lspare0: long;
     st_atime  : time_t;
     st_spare1 : u_long;
     st_mtime  : time_t;
@@ -57,7 +58,9 @@ TYPE
     st_blksize: u_long;
     st_flags  : u_long;
     st_gen    : u_long;
-    st_lspare : long;
+    st_lspare1: long;
+    st_birthtime: time_t;
+    st_spare4 : long;
     st_qspare1: quad_t;
     st_qspare2: quad_t;
   END;
