diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-06-06 14:13:43 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-06-06 14:13:43 +0000 |
commit | b7bc7c3ed7b50981322c63854792bf085914ceb4 (patch) | |
tree | 8d42d59fa0c682b9eee91aef1948d8c7779339e4 /sys | |
parent | 7f6ca2dc669b28fa4bef8e7a25a5fbcd2f431b17 (diff) |
remove an unused typedef.
ok pedro@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nfs/nfsproto.h | 11 |
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 { |