Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/heimdal/lib/gssapi krb5_socklen_t and krb5_ssize...



details:   https://anonhg.NetBSD.org/src/rev/26513cdd9586
branches:  trunk
changeset: 536275:26513cdd9586
user:      joda <joda%NetBSD.org@localhost>
date:      Thu Sep 12 14:52:33 2002 +0000

description:
krb5_socklen_t and krb5_ssize_t should not go here

diffstat:

 crypto/dist/heimdal/lib/gssapi/gssapi.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r bc163e9f5a8b -r 26513cdd9586 crypto/dist/heimdal/lib/gssapi/gssapi.h
--- a/crypto/dist/heimdal/lib/gssapi/gssapi.h   Thu Sep 12 14:50:31 2002 +0000
+++ b/crypto/dist/heimdal/lib/gssapi/gssapi.h   Thu Sep 12 14:52:33 2002 +0000
@@ -32,7 +32,7 @@
  */
 
 /* $Heimdal: gssapi.h,v 1.21 2001/05/04 13:52:02 assar Exp $
-   $NetBSD: gssapi.h,v 1.6 2002/09/12 13:19:08 joda Exp $ */
+   $NetBSD: gssapi.h,v 1.7 2002/09/12 14:52:33 joda Exp $ */
 
 #ifndef GSSAPI_H_
 #define GSSAPI_H_
@@ -45,8 +45,6 @@
 #include <sys/types.h>
 #include <inttypes.h>
 #include <sys/socket.h>
-typedef socklen_t krb5_socklen_t;
-typedef ssize_t krb5_ssize_t;
 
 /*
  * Now define the three implementation-dependent types.



Home | Main Index | Thread Index | Old Index