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/fe4242b29e87
branches:  trunk
changeset: 824133:fe4242b29e87
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 ba8748ac9689 -r fe4242b29e87 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