mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
solaris-nfs-module-updates-20020726
make it compile again
This commit is contained in:
parent
07a4570310
commit
094adf6b12
@ -12,6 +12,8 @@
|
||||
|
||||
RCSID("$Header$");
|
||||
|
||||
/* Ugly Ugly Ugly but precludes conflicting XDR macros; We want kernel xdr */
|
||||
#define __XDR_INCLUDE__
|
||||
#include "../afs/stds.h"
|
||||
#include "../afs/sysincludes.h" /* Standard vendor system headers */
|
||||
#if defined(AFS_SUN55_ENV) && !defined(AFS_NONFSTRANS)
|
||||
|
@ -128,7 +128,6 @@ AFSAOBJS = \
|
||||
AFSNFSOBJS = \
|
||||
afs_nfsclnt.o \
|
||||
afs_nfsdisp.o \
|
||||
afs_nfsdisp_v3.o \
|
||||
afs_call_nfs.o \
|
||||
afs_pioctl_nfs.o \
|
||||
$(AFS_OS_NFSOBJS)
|
||||
@ -263,8 +262,6 @@ afs_nfsclnt.o: $(AFS)/afs_nfsclnt.c
|
||||
$(CRULE1)
|
||||
afs_nfsdisp.o: $(AFS)/afs_nfsdisp.c
|
||||
$(CRULE1)
|
||||
afs_nfsdisp_v3.o: $(AFS)/afs_nfsdisp_v3.c
|
||||
$(CRULE1)
|
||||
rx.o: $(RX)/rx.c
|
||||
$(CRULE1)
|
||||
rx_clock.o: $(RX)/rx_clock.c
|
||||
|
Loading…
Reference in New Issue
Block a user