Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/crypto/des Pull up revision 1.6 (requested by tv in...



details:   https://anonhg.NetBSD.org/src/rev/d471bb28f929
branches:  netbsd-1-6
changeset: 530711:d471bb28f929
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Sep 12 19:13:11 2003 +0000

description:
Pull up revision 1.6 (requested by tv in ticket #1455):
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 8090709001e1 -r d471bb28f929 sys/crypto/des/des_cbc.c
--- a/sys/crypto/des/des_cbc.c  Fri Sep 12 19:12:06 2003 +0000
+++ b/sys/crypto/des/des_cbc.c  Fri Sep 12 19:13:11 2003 +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.5.10.1 2003/09/12 19:13:11 tron Exp $");
+
+#include <sys/types.h>
 
 #include <crypto/des/des_locl.h>
 



Home | Main Index | Thread Index | Old Index