Date: Thu, 19 Feb 1998 20:21:47 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/paste paste.c Message-ID: <199802200421.UAA15308@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/02/19 20:21:47 PST Modified files: usr.bin/paste paste.c Log: Add #include <stdlib.h> to get prototype for malloc(). Without this, the compiler assumes an int return. On alpha this is enough to ruin ya day. Revision Changes Path 1.5 +2 -1 src/usr.bin/paste/paste.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802200421.UAA15308>