From: Ben Kaduk Date: Mon, 1 Mar 2010 01:08:52 +0000 (-0500) Subject: FBSD module loads now X-Git-Tag: openafs-devel-1_5_73~88 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cb37b133d4f186c6325ea16ad01210fe45145492;p=packages%2Fo%2Fopenafs.git FBSD module loads now Actually declare the global afs_global_owner, in afs_osi.c. This allows all symbols to resolve, so that the loader will accept the module. There are still significant issues, though. Change-Id: I705178cfa152f4ceaf59f008f53c1f62fb92826f Reviewed-on: http://gerrit.openafs.org/1527 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index 4e5e21f35..1399ea217 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -58,6 +58,7 @@ afs_proc_t *afs_global_owner; #endif #ifdef AFS_FBSD50_ENV struct mtx afs_global_mtx; +struct thread *afs_global_owner; #endif #if defined(AFS_DARWIN_ENV)