From: Hartmut Reuter Date: Mon, 12 Feb 2001 23:56:16 +0000 (+0000) Subject: include-xdr-int64-in-libafs-20010212 X-Git-Tag: BP-openafs-devel-autoconf~56 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d26273e0f18ecff16319d9c708bc184c0e6d9db5;p=packages%2Fo%2Fopenafs.git include-xdr-int64-in-libafs-20010212 for new pioctl calls for mrafs ==================== 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. ==================== for new pioctl calls for mrafs; convert spaces to tab --- diff --git a/src/libafs/Makefile.common b/src/libafs/Makefile.common index b8d1e89fe..9d83cabc6 100644 --- a/src/libafs/Makefile.common +++ b/src/libafs/Makefile.common @@ -125,6 +125,7 @@ AFSAOBJS = \ rxkad_client.o \ rxkad_common.o \ xdr_afsuuid.o \ + xdr_int64.o \ afs_uuid.o $(AFS_OS_OBJS) # These next two allow nfs and nonfs builds to occur in the same directory. @@ -230,6 +231,8 @@ afs_uuid.o: $(AFS)/afs_uuid.c $(CRULE2); xdr_afsuuid.o: $(RX)/xdr_afsuuid.c $(CRULE2); +xdr_int64.o: $(RX)/xdr_int64.c + $(CRULE2); # these files are not to be optimized - subject to change. afs_cbqueue.o: $(AFS)/afs_cbqueue.c