artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2418a
)
do not need malloc.h
author
deraadt
<deraadt@openbsd.org>
Sun, 13 Jul 2014 17:39:56 +0000
(17:39 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 13 Jul 2014 17:39:56 +0000
(17:39 +0000)
sys/crypto/criov.c
patch
|
blob
|
history
diff --git
a/sys/crypto/criov.c
b/sys/crypto/criov.c
index
21fed67
..
2099ce1
100644
(file)
--- a/
sys/crypto/criov.c
+++ b/
sys/crypto/criov.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: criov.c,v 1.1
7 2014/07/08 17:19:25
deraadt Exp $ */
+/* $OpenBSD: criov.c,v 1.1
8 2014/07/13 17:39:56
deraadt Exp $ */
/*
* Copyright (c) 1999 Theo de Raadt
@@
-29,7
+29,6
@@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/errno.h>
-#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>