summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthib <thib@openbsd.org>2007-06-06 14:13:42 +0000
committerthib <thib@openbsd.org>2007-06-06 14:13:42 +0000
commit1d0019dc194094d30b1aacdc4de1b2dd1e48fa38 (patch)
tree7be718ee8e0d7e883bd118114ab1243af7eaa736
parentfix oups, mlist@scapa.dnsalias.net (diff)
downloadwireguard-openbsd-1d0019dc194094d30b1aacdc4de1b2dd1e48fa38.tar.xz
wireguard-openbsd-1d0019dc194094d30b1aacdc4de1b2dd1e48fa38.zip
remove an unused typedef.
ok pedro@
-rw-r--r--sys/nfs/nfsproto.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h
index fa255d53178..3111612169a 100644
--- a/sys/nfs/nfsproto.h
+++ b/sys/nfs/nfsproto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsproto.h,v 1.6 2003/11/28 01:02:28 tedu Exp $ */
+/* $OpenBSD: nfsproto.h,v 1.7 2007/06/06 14:13:42 thib Exp $ */
/* $NetBSD: nfsproto.h,v 1.1 1996/02/18 11:54:06 fvdl Exp $ */
/*
@@ -275,15 +275,6 @@ struct nfs_uquad {
typedef struct nfs_uquad nfsuint64;
/*
- * Used to convert between two u_longs and a u_quad_t.
- */
-union nfs_quadconvert {
- u_int32_t lval[2];
- u_quad_t qval;
-};
-typedef union nfs_quadconvert nfsquad_t;
-
-/*
* NFS Version 3 special file number.
*/
struct nfsv3_spec {