> [paul@gsxr main]# pwd
> /usr/local/src/apache_1.3.6/src/main
> [paul@gsxr main]# diff http_request.c http_request.c.orig
> 243,248d242
> <         else if (! strcmp("/servlets", path) )
> <         {
> <           errno = 0;
> <           rv = stat(path, &r->finfo);
> <           r->finfo.st_mode = 0;
> <         }

note that that patch is backwards...you want to have it be ">" instead of
"<". Paul, diff works like this:

diff originalfile newfile

-jon



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to