diff options
author | 1996-12-08 10:26:32 +0000 | |
---|---|---|
committer | 1996-12-08 10:26:32 +0000 | |
commit | 39251a531cb6076a28e0d1c58d4b7a21c017a13a (patch) | |
tree | 692b1576c86227b855f86768dde828ef0b72e572 | |
parent | not needed anymore (diff) | |
download | wireguard-openbsd-39251a531cb6076a28e0d1c58d4b7a21c017a13a.tar.xz wireguard-openbsd-39251a531cb6076a28e0d1c58d4b7a21c017a13a.zip |
a few things go away...
-rw-r--r-- | lib/librpcsvc/bootparam_prot.x | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/librpcsvc/bootparam_prot.x b/lib/librpcsvc/bootparam_prot.x index 948f24201c8..c0d3371fc91 100644 --- a/lib/librpcsvc/bootparam_prot.x +++ b/lib/librpcsvc/bootparam_prot.x @@ -43,14 +43,11 @@ %#include <sys/time.h> %#include <sys/errno.h> %#include <sys/ucred.h> -%#include <nfs/nfsv2.h> -%#include <nfs/rpcv2.h> -%#include <nfs/nfs.h> #else %#ifndef lint %/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: bootparam_prot.x,v 1.2 1996/04/17 07:32:02 deraadt Exp $"; +%static char rcsid[] = "$Id: bootparam_prot.x,v 1.3 1996/12/08 10:26:32 deraadt Exp $"; %#endif /* not lint */ #endif |