pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: need help with C# -- how to deal with different time_t widths?



M.Drochner%fz-juelich.de@localhost said:
> The appended patch

oops - here is it

best regards
Matthias



------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
$NetBSD$

--- gnomevfs/FileInfo.cs.orig   2008-03-07 03:32:15.000000000 +0100
+++ gnomevfs/FileInfo.cs
@@ -39,8 +39,11 @@ namespace Gnome.Vfs {
                        public long block_count;
                        public uint io_block_size;
                        public IntPtr atime;
+                       public uint pad1;
                        public IntPtr mtime;
+                       public uint pad2;
                        public IntPtr ctime;
+                       public uint pad3;
                        public IntPtr symlink_name;
                        public IntPtr mime_type;
                        public uint refcount;


Home | Main Index | Thread Index | Old Index