openbsd-ports/net/openafs/patches/patch-src_afs_afs_osi_c
todd dea6e5412f o update openafs to 1.4.7
o add README.OpenBSD (includes heimdal setup instructions)
o rework openafs-setup to use arla's afsd in base, and heimdal
o fix a bug since 4.1 to not blow the thread stack on 64bit time functions in libc
2008-07-21 03:13:01 +00:00

13 lines
414 B
Plaintext

diff -u src/afs/afs_osi.c.orig src/afs/afs_osi.c
--- src/afs/afs_osi.c.orig Tue Feb 5 19:43:44 2008
+++ src/afs/afs_osi.c Wed Jul 2 14:52:53 2008
@@ -319,7 +319,7 @@ afs_osi_Visible(void)
#endif
}
-#if !defined(AFS_LINUX20_ENV) && !defined(AFS_XBSD_ENV)
+#if !defined(AFS_LINUX20_ENV) && !defined(AFS_XBSD_ENV) && !defined(AFS_OBSD42_ENV)
/* set the real time */
void
afs_osi_SetTime(osi_timeval_t * atv)