Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/opencrypto remove obsoleted declarations.



details:   https://anonhg.NetBSD.org/src/rev/0098c8c0e25b
branches:  trunk
changeset: 353832:0098c8c0e25b
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Thu May 25 05:22:55 2017 +0000

description:
remove obsoleted declarations.

diffstat:

 sys/opencrypto/cryptodev.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 23e4e0d04376 -r 0098c8c0e25b sys/opencrypto/cryptodev.h
--- a/sys/opencrypto/cryptodev.h        Thu May 25 04:45:59 2017 +0000
+++ b/sys/opencrypto/cryptodev.h        Thu May 25 05:22:55 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cryptodev.h,v 1.32 2017/05/17 06:33:04 knakahara Exp $ */
+/*     $NetBSD: cryptodev.h,v 1.33 2017/05/25 05:22:55 knakahara 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 $      */
 
@@ -603,8 +603,6 @@
 int    cuio_apply(struct uio *, int, int,
            int (*f)(void *, void *, unsigned int), void *);
 
-extern int crypto_ret_q_remove(struct cryptop *);
-extern int crypto_ret_kq_remove(struct cryptkop *);
 extern void crypto_freereq(struct cryptop *crp);
 extern struct cryptop *crypto_getreq(int num);
 



Home | Main Index | Thread Index | Old Index