diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-18 02:37:32 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-18 02:37:32 +0000 |
commit | 9bd6b7ef7200376e760a05281171c9f8e23f80ab (patch) | |
tree | 27251bbc9c3dbbc43744ce06dbbae62846a166d2 /sys/dev/pci/if_iwi.c | |
parent | f4c8f66da2946c9a6e025a16d60740b159b20bab (diff) |
move arc4random prototype to systm.h. more appropriate for most code
to include that than rdnvar.h. ok deraadt dlg
Diffstat (limited to 'sys/dev/pci/if_iwi.c')
-rw-r--r-- | sys/dev/pci/if_iwi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwi.c b/sys/dev/pci/if_iwi.c index c6baddbbeec..5e506e42b4e 100644 --- a/sys/dev/pci/if_iwi.c +++ b/sys/dev/pci/if_iwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwi.c,v 1.118 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_iwi.c,v 1.119 2014/11/18 02:37:30 tedu Exp $ */ /*- * Copyright (c) 2004-2008 @@ -56,7 +56,6 @@ #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_radiotap.h> -#include <dev/rndvar.h> #include <crypto/arc4.h> #include <dev/pci/if_iwireg.h> |