You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Howard Fear <hs...@pooh.pageplus.com> on 1996/06/07 06:51:34 UTC

Linux core dump patch for 1.1

Here's the patch for the latest from-cvs (taken ~ 1 hour ago).  It also
includes a small change that Randy sent me to fix a gcc -Wall message.
From:
!       sprintf(uid, "user#%ld", r->finfo.st_uid);
To:
!       sprintf(uid, "user#%lu", (unsigned long)r->finfo.st_uid);

--
Howard Fear      email1: howard_fear@pageplus.com
                 email2: howard_fear@stortek.com
                 http://www.pageplus.com/~hsf/