Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/opencrypto remove redundant declarations
details: https://anonhg.NetBSD.org/src/rev/3c5238e0b90b
branches: trunk
changeset: 765026:3c5238e0b90b
user: drochner <drochner%NetBSD.org@localhost>
date: Mon May 16 10:18:52 2011 +0000
description:
remove redundant declarations
diffstat:
sys/opencrypto/cryptodev.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 69cefa5d9be4 -r 3c5238e0b90b sys/opencrypto/cryptodev.h
--- a/sys/opencrypto/cryptodev.h Mon May 16 10:05:23 2011 +0000
+++ b/sys/opencrypto/cryptodev.h Mon May 16 10:18:52 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cryptodev.h,v 1.20 2011/05/05 17:42:17 drochner Exp $ */
+/* $NetBSD: cryptodev.h,v 1.21 2011/05/16 10:18:52 drochner Exp $ */
/* $FreeBSD: src/sys/opencrypto/cryptodev.h,v 1.2.2.6 2003/07/02 17:04:50 sam Exp $ */
/* $OpenBSD: cryptodev.h,v 1.33 2002/07/17 23:52:39 art Exp $ */
@@ -623,9 +623,6 @@
* XXX these don't really belong here; but for now they're
* kept apart from the rest of the system.
*/
-struct mbuf;
-struct mbuf *m_getptr(struct mbuf *, int, int *);
-
struct uio;
extern void cuio_copydata(struct uio* uio, int off, int len, void *cp);
extern void cuio_copyback(struct uio* uio, int off, int len, void *cp);
Home |
Main Index |
Thread Index |
Old Index