Source-Changes-HG archive

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

[src/netbsd-1-5]: src/crypto/dist/krb4/lib/krb Pull up rev. 1.2:



details:   https://anonhg.NetBSD.org/src/rev/02e28dfd65f9
branches:  netbsd-1-5
changeset: 488527:02e28dfd65f9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jul 15 00:44:27 2000 +0000

description:
Pull up rev. 1.2:
Define __KRB4_VERSION to get krb4 version strings.

diffstat:

 crypto/dist/krb4/lib/krb/rw.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c2c7ec0b7b05 -r 02e28dfd65f9 crypto/dist/krb4/lib/krb/rw.c
--- a/crypto/dist/krb4/lib/krb/rw.c     Sat Jul 15 00:43:44 2000 +0000
+++ b/crypto/dist/krb4/lib/krb/rw.c     Sat Jul 15 00:44:27 2000 +0000
@@ -34,11 +34,12 @@
 /* Almost all programs use these routines (implicitly) so it's a good
  * place to put the version string. */
 
+#define        __KRB4_VERSION
 #include "version.h"
 
 #include "krb_locl.h"
 
-RCSID("$Id: rw.c,v 1.1.1.1 2000/06/16 18:45:55 thorpej Exp $");
+RCSID("$Id: rw.c,v 1.1.1.1.2.1 2000/07/15 00:44:27 thorpej Exp $");
 
 int
 krb_get_int(void *f, u_int32_t *to, int size, int lsb)



Home | Main Index | Thread Index | Old Index