artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259510e
)
remove unnecessary variable
author
jason
<jason@openbsd.org>
Thu, 13 Apr 2000 20:55:34 +0000
(20:55 +0000)
committer
jason
<jason@openbsd.org>
Thu, 13 Apr 2000 20:55:34 +0000
(20:55 +0000)
sys/dev/pci/hifn7751var.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/hifn7751var.h
b/sys/dev/pci/hifn7751var.h
index
35c53ef
..
fb3d6b0
100644
(file)
--- a/
sys/dev/pci/hifn7751var.h
+++ b/
sys/dev/pci/hifn7751var.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: hifn7751var.h,v 1.1
2 2000/04/11 19:59:06
jason Exp $ */
+/* $OpenBSD: hifn7751var.h,v 1.1
3 2000/04/13 20:55:34
jason Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@
-184,7
+184,6
@@
typedef struct hifn_command {
u_short session_num;
u_char iv[HIFN_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH];
- int ck_len;
struct mbuf *src_m;
long src_packp[MAX_SCATTER];