attempt to keep message length below 80 chars

This commit is contained in:
Yang Tse 2007-03-22 14:41:10 +00:00
parent 90ce18019c
commit 8920606b8b
2 changed files with 4 additions and 4 deletions

View File

@ -685,7 +685,7 @@ AC_DEFUN([CURL_CHECK_FUNC_RECV], [
])
#
if test "$curl_cv_recv" = "yes"; then
AC_CACHE_CHECK([types of arguments and return type for recv],
AC_CACHE_CHECK([types of args and return type for recv],
[curl_cv_func_recv_args], [
curl_cv_func_recv_args="unknown"
for recv_retv in 'int' 'ssize_t'; do
@ -815,7 +815,7 @@ AC_DEFUN([CURL_CHECK_FUNC_SEND], [
])
#
if test "$curl_cv_send" = "yes"; then
AC_CACHE_CHECK([types of arguments and return type for send],
AC_CACHE_CHECK([types of args and return type for send],
[curl_cv_func_send_args], [
curl_cv_func_send_args="unknown"
for send_retv in 'int' 'ssize_t'; do

View File

@ -663,7 +663,7 @@ AC_DEFUN([CURL_CHECK_FUNC_RECV], [
])
#
if test "$curl_cv_recv" = "yes"; then
AC_CACHE_CHECK([types of arguments and return type for recv],
AC_CACHE_CHECK([types of args and return type for recv],
[curl_cv_func_recv_args], [
curl_cv_func_recv_args="unknown"
for recv_retv in 'int' 'ssize_t'; do
@ -793,7 +793,7 @@ AC_DEFUN([CURL_CHECK_FUNC_SEND], [
])
#
if test "$curl_cv_send" = "yes"; then
AC_CACHE_CHECK([types of arguments and return type for send],
AC_CACHE_CHECK([types of args and return type for send],
[curl_cv_func_send_args], [
curl_cv_func_send_args="unknown"
for send_retv in 'int' 'ssize_t'; do