From cb37b133d4f186c6325ea16ad01210fe45145492 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Sun, 28 Feb 2010 20:08:52 -0500 Subject: [PATCH] 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 --- src/afs/afs_osi.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5