Source-Changes-HG archive

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

[src/trunk]: src/sys/crypto/des Added an include of sys/types.h to get u_int3...



details:   https://anonhg.NetBSD.org/src/rev/44db86bd2cab
branches:  trunk
changeset: 536122:44db86bd2cab
user:      elric <elric%NetBSD.org@localhost>
date:      Sun Sep 08 07:41:01 2002 +0000

description:
Added an include of sys/types.h to get u_int32_t and so on.

diffstat:

 sys/crypto/des/des_cbc.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r e2ea3dc41cbb -r 44db86bd2cab sys/crypto/des/des_cbc.c
--- a/sys/crypto/des/des_cbc.c  Sun Sep 08 05:35:42 2002 +0000
+++ b/sys/crypto/des/des_cbc.c  Sun Sep 08 07:41:01 2002 +0000
@@ -56,7 +56,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: des_cbc.c,v 1.5 2001/11/13 01:40:09 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: des_cbc.c,v 1.6 2002/09/08 07:41:01 elric Exp $");
+
+#include <sys/types.h>
 
 #include <crypto/des/des_locl.h>
 



Home | Main Index | Thread Index | Old Index