2007-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/Makefile.am: Remove nfs/krpc.h.
	* libnetworking/nfs/krpc.h: Remove (Unused).
This commit is contained in:
Ralf Corsepius
2007-03-25 04:36:35 +00:00
parent 1d6915efd1
commit 2a93bb6ba7
2 changed files with 2 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
2007-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/Makefile.am: Remove nfs/krpc.h.
* libnetworking/nfs/krpc.h: Remove (Unused).
* libnetworking/kern/kern_subr.c: Remove #ifdef'ed vax code.
* libnetworking/Makefile.am: Remove nfs/nfs.h.
* libnetworking/nfs/nfs.h: Remove (Unused).

View File

@@ -1,26 +0,0 @@
/* $NetBSD: krpc.h,v 1.4 1995/12/19 23:07:11 cgd Exp $ */
/* $Id$ */
#include <sys/cdefs.h>
int krpc_call __P((struct sockaddr_in *sin,
u_int prog, u_int vers, u_int func,
struct mbuf **data, struct mbuf **from, struct proc *procp));
int krpc_portmap __P((struct sockaddr_in *sin,
u_int prog, u_int vers, u_int16_t *portp, struct proc *procp));
struct mbuf *xdr_string_encode __P((char *str, int len));
/*
* RPC definitions for the portmapper
*/
#define PMAPPORT 111
#define PMAPPROG 100000
#define PMAPVERS 2
#define PMAPPROC_NULL 0
#define PMAPPROC_SET 1
#define PMAPPROC_UNSET 2
#define PMAPPROC_GETPORT 3
#define PMAPPROC_DUMP 4
#define PMAPPROC_CALLIT 5