From xemacs-m  Thu Apr 10 12:30:55 1997
Received: from server21.digital.fr (server21.digital.fr [193.56.15.21])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA25286
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 12:30:47 -0500 (CDT)
Received: from mail.vbo.dec.com (mail.vbo.dec.com [16.36.208.34]) by server21.digital.fr (8.7.5/8.7) with ESMTP id TAA08752 for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 19:10:52 +0200 (MET DST)
Received: from vbormc.vbo.dec.com (vbormc.vbo.dec.com [16.36.208.94]) by mail.vbo.dec.com (8.7.3/8.7) with ESMTP id TAA03814 for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 19:04:38 +0200 (MET DST)
Received: from clusaz.gvc.dec.com (clusaz.gvc.dec.com [16.184.176.21]) by vbormc.vbo.dec.com (8.7.3/8.7) with SMTP id SAA13327 for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 18:11:42 +0200
Received: from fornet.gvc.dec.com by clusaz.gvc.dec.com (5.65v3.2/1.1.10.5/04Jan97-0611PM)
	id AA14944; Thu, 10 Apr 1997 18:18:41 +0200
Received: by fornet.gvc.dec.com; (5.65v3.2/1.1.8.2/23Sep96-1024AM)
	id AA07629; Thu, 10 Apr 1997 18:18:43 +0200
Date: Thu, 10 Apr 1997 18:18:43 +0200
Message-Id: <9704101618.AA07629@fornet.gvc.dec.com>
From: Steve Carney <carney@gvc.dec.com>
To: xemacs-beta@xemacs.org
Subject: Patch to fix compilation warnings in 20.1-b12 movemail.c
X-Mailer: VM 6.23 under 19.15 XEmacs Lucid
Reply-To: carney@gvc.dec.com
X-Face: (d*XRr}%:j,s*8+_o];-"-<<Sd1>H?Ds*>_vV}6DVjhNkjSRW0z^9[WBrbtMma>lyW6u>r(
 9U_m6J0kh7U=q?(h[7<YtS!Cu[Yl)D_XSCy5+tw>_2qr&4S=n|A*ScV]5BR{3]YXk$!,4l2vh9B]}&
 0p"&#\I

The following patch gets rid of a few compilation warnings on strlen,
strcpy, and malloc calls in 20.1-b12 movemail.c.  I noticed the warnings
in b11 also.

--- movemail.c.dist	Sat Apr  5 20:07:12 1997
+++ movemail.c	Thu Apr 10 18:01:17 1997
@@ -62,6 +62,8 @@
 #include <stdio.h>
 #include <errno.h>
 #include <../src/syswait.h>
+#include <stdlib.h>
+#include <string.h>
 #ifdef MAIL_USE_POP
 #include "pop.h"
 #endif


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Steve Carney        TEL:[41](22)782.90.60  http://www-digital.cern.ch/carney/
carney@gvc.dec.com  FAX:[41](22)782.94.92 

