Source-Changes-HG archive

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

[src/trunk]: src/sys/crypto/blowfish Include <sys/types.h> to allow compilati...



details:   https://anonhg.NetBSD.org/src/rev/8191ca3b4676
branches:  trunk
changeset: 536115:8191ca3b4676
user:      elric <elric%NetBSD.org@localhost>
date:      Sat Sep 07 23:35:37 2002 +0000

description:
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 aa4cba98fe71 -r 8191ca3b4676 sys/crypto/blowfish/bf_cbc.c
--- a/sys/crypto/blowfish/bf_cbc.c      Sat Sep 07 23:11:46 2002 +0000
+++ b/sys/crypto/blowfish/bf_cbc.c      Sat Sep 07 23:35:37 2002 +0000
@@ -57,7 +57,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bf_cbc.c,v 1.6 2002/09/07 22:58:04 elric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bf_cbc.c,v 1.7 2002/09/07 23:35:37 elric Exp $");
+
+#include <sys/types.h>
 
 #include <crypto/blowfish/blowfish.h>
 #include "bf_locl.h"



Home | Main Index | Thread Index | Old Index