(cc) and Linux (gcc -Wall).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84960
13f79535-47bb-0310-9956-
ffa450edef68
char buf[LONG_STRING_LEN];
char c;
int i;
- ap_size_t nbytes;
+ ap_ssize_t nbytes;
#ifndef NO_WRITEV
struct iovec iova[2];
char redir[20];
va_list ap;
int i;
- ap_size_t nbytes;
+ ap_ssize_t nbytes;
request_rec *req;
char *ruser;
const char *rhost;
{
/* only operate if a lockfile is used */
if (lockname == NULL || *(lockname) == '\0') {
- return;
+ return APR_SUCCESS;
}
/* destroy the rewritelock */