]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) Fix some compile errors spotted by dtucker and his fabulous
authorDamien Miller <djm@mindrot.org>
Mon, 24 Feb 2003 23:22:35 +0000 (10:22 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 24 Feb 2003 23:22:35 +0000 (10:22 +1100)
   tinderbox

ChangeLog
Makefile.in
crc32.c

index b99e2bb9880c7a7c21b0222d55041ea976381cbb..41c66dbd34f5a03f1e9b6f0850cd51380de34fa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20030225
+ - (djm) Fix some compile errors spotted by dtucker and his fabulous 
+   tinderbox
+
 20030224
  - (djm) Tweak gnome-ssh-askpass2:
    - Retry kb and mouse grab a couple of times, so passphrase dialog doesn't 
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2621 2003/02/24 04:45:42 djm Exp $
+$Id: ChangeLog,v 1.2622 2003/02/24 23:22:35 djm Exp $
index 276af9870da92cacebe13f3d40e2bbcb8075afb7..350b417f1a08d816c81bdeb38de6653bd4a16f20 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.226 2003/02/24 01:18:47 djm Exp $
+# $Id: Makefile.in,v 1.227 2003/02/24 23:22:36 djm Exp $
 
 # uncomment if you run a non bourne compatable shell. Ie. csh
 #SHELL = @SH@
@@ -83,7 +83,7 @@ SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
        monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \
        kexdhs.o kexgexs.o \
        auth-krb5.o auth-krb4.o \
-       loginrec.o auth-pam.o auth-sia.o md5crypt.o
+       loginrec.o auth-pam.o auth2-pam.o auth-sia.o md5crypt.o
 
 MANPAGES       = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-rand-helper.8.out ssh-keysign.8.out sshd_config.5.out ssh_config.5.out
 MANPAGES_IN    = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5
diff --git a/crc32.c b/crc32.c
index 89c808a8db1b7acfcb5f83444ad533cd23b8434c..ac627b57a563843589bc75192c576891cf7e655c 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -23,8 +23,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-
-#include <sys/types.h>
+#include "includes.h"
 #include "crc32.h"
 
 static const u_int32_t crc32tab[] = {