Reinoud Zandijk wrote:
Module Name: pkgsrc
Committed By: reinoud
Date: Wed Jan 9 17:46:42 UTC 2008
Modified Files:
pkgsrc/doc: CHANGES-2008
pkgsrc/emulators/wine: Makefile distinfo
pkgsrc/emulators/wine/patches: patch-ac
Log Message:
Fix wine directory reading correctly.
patch-ac was wrong since __NetBSD_Version should have been
__NetBSD_Version__. Also the NetBSD compat getdirentries() returned struct
dirent12s having 32 bit ino_t and not the included struct dirent having 64
bit ino_t.
pkglint will catch this one in the future. Roland