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/blowfish Pull up revision 1.7 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/8090709001e1
branches:  netbsd-1-6
changeset: 530710:8090709001e1
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Sep 12 19:12:06 2003 +0000

description:
Pull up revision 1.7 (requested by tv in ticket #1455):
Include <sys/types.h> to allow compilation to occur.

diffstat:

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

diffs (14 lines):

diff -r 222ddf5dca9f -r 8090709001e1 sys/crypto/blowfish/bf_cbc.c
--- a/sys/crypto/blowfish/bf_cbc.c      Fri Sep 12 19:11:03 2003 +0000
+++ b/sys/crypto/blowfish/bf_cbc.c      Fri Sep 12 19:12:06 2003 +0000
@@ -57,7 +57,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bf_cbc.c,v 1.5.10.1 2003/09/12 19:11:03 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bf_cbc.c,v 1.5.10.2 2003/09/12 19:12:06 tron Exp $");
+
+#include <sys/types.h>
 
 #include <crypto/blowfish/blowfish.h>
 #include "bf_locl.h"



Home | Main Index | Thread Index | Old Index