You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/05/31 09:17:08 UTC

svn commit: r780374 - in /httpd/mod_ftp/trunk/modules/ftp: ftp_internal.h ftp_protocol.h

Author: wrowe
Date: Sun May 31 07:17:07 2009
New Revision: 780374

URL: http://svn.apache.org/viewvc?rev=780374&view=rev
Log:
fix typo

Modified:
    httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h
    httpd/mod_ftp/trunk/modules/ftp/ftp_protocol.h

Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h?rev=780374&r1=780373&r2=780374&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h (original)
+++ httpd/mod_ftp/trunk/modules/ftp/ftp_internal.h Sun May 31 07:17:07 2009
@@ -356,7 +356,7 @@
 
 /* The module is enabled by the presence of unix domain sockets */
 #if APR_HAVE_SYS_UN_H && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS) \
-                       || (defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
+                       || defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
 
 #define HAVE_FTP_LOWPORTD
 

Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_protocol.h
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_protocol.h?rev=780374&r1=780373&r2=780374&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/ftp_protocol.h (original)
+++ httpd/mod_ftp/trunk/modules/ftp/ftp_protocol.h Sun May 31 07:17:07 2009
@@ -6,7 +6,7 @@
  * another gmake (or a make ftp_protocol.h)
  *
  * Generated from ../.. on 
- * Fri May 29 14:12:09 2009
+ * Sun May 31 07:14:37 2009
  */