]> andersk Git - openssh.git/commitdiff
[sshconnect2.c] change uint32_t to u_int32_t
authortim <tim>
Sun, 31 Mar 2002 20:49:38 +0000 (20:49 +0000)
committertim <tim>
Sun, 31 Mar 2002 20:49:38 +0000 (20:49 +0000)
ChangeLog
sshconnect2.c

index 453b1443418a4045a72df3630719c4caf5f2c9b9..9dfa0d43fafef35c033a8a1eb42be7d55ee669cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20020331
  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
    Solaris 8
+ - (tim) [sshconnect2.c] change uint32_t to u_int32_t
 
 20020330
  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
index d8e1df5ca9dab1adbc100e470131f041b9aafe54..1ee92ab0d740d2d9f507415ef82688a3a7da58a9 100644 (file)
@@ -472,7 +472,7 @@ userauth_passwd(Authctxt *authctxt)
  * parse PASSWD_CHANGEREQ, prompt user and send SSH2_MSG_USERAUTH_REQUEST
  */
 void
-input_userauth_passwd_changereq(int type, uint32_t seqnr, void *ctxt)
+input_userauth_passwd_changereq(int type, u_int32_t seqnr, void *ctxt)
 {
        Authctxt *authctxt = ctxt;
        char *info, *lang, *password = NULL, *retype = NULL;
This page took 0.050273 seconds and 5 git commands to generate.