mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
libafsrpc-assertion-failed-20041202
FIXES 16432 need AssertionFailed in libafsrpc. ndon't need casestrcpy in libafsauthent VS: ---------------------------------------------------------------------- ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== FIXES 16432 need AssertionFailed in libafsrpc. ndon't need casestrcpy in libafsauthent
This commit is contained in:
parent
b208926c26
commit
d8e6630fff
@ -58,8 +58,7 @@ UTILOBJS = \
|
||||
pthread_glock.o \
|
||||
get_krbrlm.o \
|
||||
dirpath.o \
|
||||
fileutil.o \
|
||||
casestrcpy.o
|
||||
fileutil.o
|
||||
|
||||
RXKADOBJS = \
|
||||
rxkad_errs.o
|
||||
@ -182,9 +181,6 @@ dirpath.o: ${UTIL}/dirpath.c
|
||||
fileutil.o: ${UTIL}/fileutil.c
|
||||
${CCRULE}
|
||||
|
||||
casestrcpy.o: ${UTIL}/casestrcpy.c
|
||||
${CCRULE}
|
||||
|
||||
pthread_glock.o: ${UTIL}/pthread_glock.c
|
||||
${CCRULE}
|
||||
|
||||
|
@ -32,6 +32,7 @@ SYSOBJS =\
|
||||
syscall.o
|
||||
|
||||
UTILOBJS =\
|
||||
assert.o \
|
||||
casestrcpy.o \
|
||||
base64.o
|
||||
|
||||
@ -336,6 +337,9 @@ com_err.o: ${COMERR}/com_err.c
|
||||
casestrcpy.o: ${UTIL}/casestrcpy.c
|
||||
${CCRULE} ${UTIL}/casestrcpy.c
|
||||
|
||||
assert.o: ${UTIL}/assert.c
|
||||
${CCRULE} ${UTIL}/assert.c
|
||||
|
||||
base64.o: ${UTIL}/base64.c
|
||||
${CCRULE} ${UTIL}/base64.c
|
||||
|
||||
|
@ -63,8 +63,7 @@ UTILOBJS = \
|
||||
pthread_glock.o \
|
||||
get_krbrlm.o \
|
||||
dirpath.o \
|
||||
fileutil.o \
|
||||
casestrcpy.o
|
||||
fileutil.o
|
||||
|
||||
RXKADOBJS = \
|
||||
rxkad_errs.o
|
||||
@ -197,9 +196,6 @@ dirpath.o: ${UTIL}/dirpath.c
|
||||
fileutil.o: ${UTIL}/fileutil.c
|
||||
${CCRULE}
|
||||
|
||||
casestrcpy.o: ${UTIL}/casestrcpy.c
|
||||
${CCRULE}
|
||||
|
||||
pthread_glock.o: ${UTIL}/pthread_glock.c
|
||||
${CCRULE}
|
||||
|
||||
|
@ -37,6 +37,7 @@ SYSOBJS =\
|
||||
syscall.o
|
||||
|
||||
UTILOBJS =\
|
||||
assert.o \
|
||||
casestrcpy.o \
|
||||
base64.o
|
||||
|
||||
@ -343,6 +344,9 @@ com_err.o: ${COMERR}/com_err.c
|
||||
casestrcpy.o: ${UTIL}/casestrcpy.c
|
||||
${CCRULE}
|
||||
|
||||
assert.o: ${UTIL}/assert.c
|
||||
${CCRULE} ${UTIL}/assert.c
|
||||
|
||||
base64.o: ${UTIL}/base64.c
|
||||
${CCRULE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user