From 90117793ca3000a20cb3bff8601e9f8ae56fb5db Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Mon, 26 Aug 2019 18:46:21 -0500 Subject: [PATCH] WINNT: Do not link ptclient.obj in libafsauthent ptclient.c contains a stub definition for osi_audit, but audit.c already contains a real definition for osi_audit. libafsauthent doesn't seem to actually need anything from ptclient (and the Unix libafsauthent doesn't appear to use it), so just don't include ptclient when linking libafsauthent. Change-Id: I4172b80138e5ea121fc3ae2689cf4ed23c81e35b Reviewed-on: https://gerrit.openafs.org/13819 Tested-by: Andrew Deason Reviewed-by: Benjamin Kaduk --- src/libafsauthent/NTMakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libafsauthent/NTMakefile b/src/libafsauthent/NTMakefile index f1f055c..d927d3a 100644 --- a/src/libafsauthent/NTMakefile +++ b/src/libafsauthent/NTMakefile @@ -63,7 +63,6 @@ RXKADOBJS = \ $(OUT)\rxkad_errs.obj PTSERVEROBJS = \ - $(OUT)\ptclient.obj \ $(OUT)\ptint.cs.obj \ $(OUT)\ptint.xdr.obj \ $(OUT)\ptuser.obj \ -- 1.9.4