extern caddr_t kmem_alloc();
#include <sys/kthread_iface.h> /* for kt_cred() */
+/* Expected to be available as a patch from HP */
+#include <vfs_vm.h>
+
#endif /* _OSI_MACHDEP_H_ */
#include "../h/tuneable.h"
#include "../h/buf.h"
#include "../netinet/in.h"
-#include "../rpc/types.h"
-#include "../rpc/auth.h"
-#include "../rpc/clnt.h"
-#include "../rpc/xdr.h"
/* a freelist of one */
struct buf *afs_bread_freebp = 0;
* supress the warnings.
*/
struct uio;
+
+#define memset(A, B, S) bzero(A, S)
+#define memcpy(B, A, S) bcopy(A, B, S)
+#define memcmp(A, B, S) bcmp(A, B, S)
#endif
#endif /* KERNEL */
#define AFS_DIRENT
# Compile the clients.
${COMPDIRS} ${INSTDIRS} ${DESTDIRS}:
- if false; then \
+ if true; then \
for b in $(BITS); do \
for t in $(KOBJ); do \
dir=$$t.$$b; \
#define _RX_KMUTEX_H_
#include <sys/spinlock.h>
#include <sys/sem_sync.h>
+#include <sys/ksleep.h>
+#include <net/netmp.h>
#define RX_ENABLE_LOCKS 1
extern lock_t* rx_sleepLock;
#define MUTEX_TRYENTER(a) 1
#define MUTEX_EXIT(a)
#define MUTEX_INIT(a,b,c,d)
-/* #define MUTEX_ISMINE(a) */
+#define MUTEX_ISMINE(a) (1)
#endif
#ifdef AFS_HPUX110_ENV
#include "../h/tihdr.h"
#include <xti.h>
-#include "../afs/hpux_110.h"
#endif
#include "../afsint/afsint.h"