Don't try to print the thread ID

pthread_t is defined as being opaque - there's no way to portably
print it on a way that makes sense on all platforms. Remove this output.

Reviewed-on: http://gerrit.openafs.org/541
Reviewed-by: Tom Keiser <tkeiser@sinenomine.net>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2009-09-28 16:21:21 +02:00 committed by Derrick Brashear
parent 4f65bec3fc
commit 1580434163

View File

@ -1046,7 +1046,6 @@ VnQuery(struct cmd_syndesc * as, void * rock)
} }
#endif /* !AFS_DEMAND_ATTACH_FS */ #endif /* !AFS_DEMAND_ATTACH_FS */
printf("\twriter = %"AFS_PTR_FMT"\n", (uintptr_t)v.writer);
printf("\tvcp = %p\n", v.vcp); printf("\tvcp = %p\n", v.vcp);
printf("\thandle = %p\n", v.handle); printf("\thandle = %p\n", v.handle);