solaris-nfs-module-updates-20020726

make it compile again
This commit is contained in:
Derrick Brashear 2002-07-26 21:55:13 +00:00
parent 07a4570310
commit 094adf6b12
2 changed files with 2 additions and 3 deletions

View File

@ -12,6 +12,8 @@
RCSID("$Header$"); RCSID("$Header$");
/* Ugly Ugly Ugly but precludes conflicting XDR macros; We want kernel xdr */
#define __XDR_INCLUDE__
#include "../afs/stds.h" #include "../afs/stds.h"
#include "../afs/sysincludes.h" /* Standard vendor system headers */ #include "../afs/sysincludes.h" /* Standard vendor system headers */
#if defined(AFS_SUN55_ENV) && !defined(AFS_NONFSTRANS) #if defined(AFS_SUN55_ENV) && !defined(AFS_NONFSTRANS)

View File

@ -128,7 +128,6 @@ AFSAOBJS = \
AFSNFSOBJS = \ AFSNFSOBJS = \
afs_nfsclnt.o \ afs_nfsclnt.o \
afs_nfsdisp.o \ afs_nfsdisp.o \
afs_nfsdisp_v3.o \
afs_call_nfs.o \ afs_call_nfs.o \
afs_pioctl_nfs.o \ afs_pioctl_nfs.o \
$(AFS_OS_NFSOBJS) $(AFS_OS_NFSOBJS)
@ -263,8 +262,6 @@ afs_nfsclnt.o: $(AFS)/afs_nfsclnt.c
$(CRULE1) $(CRULE1)
afs_nfsdisp.o: $(AFS)/afs_nfsdisp.c afs_nfsdisp.o: $(AFS)/afs_nfsdisp.c
$(CRULE1) $(CRULE1)
afs_nfsdisp_v3.o: $(AFS)/afs_nfsdisp_v3.c
$(CRULE1)
rx.o: $(RX)/rx.c rx.o: $(RX)/rx.c
$(CRULE1) $(CRULE1)
rx_clock.o: $(RX)/rx_clock.c rx_clock.o: $(RX)/rx_clock.c