Author: des
Date: Wed May 11 11:30:36 2011
New Revision: 221774
URL: http://svn.freebsd.org/changeset/base/221774

Log:
  Beware of blind MFCs...
  
  Noticed by:   pluknet

Modified:
  stable/7/lib/libfetch/Makefile

Modified: stable/7/lib/libfetch/Makefile
==============================================================================
--- stable/7/lib/libfetch/Makefile      Wed May 11 11:02:20 2011        
(r221773)
+++ stable/7/lib/libfetch/Makefile      Wed May 11 11:30:36 2011        
(r221774)
@@ -28,7 +28,7 @@ CFLAGS+=      -DFTP_COMBINE_CWDS
 CSTD?=         c99
 WARNS?=                2
 
-SHLIB_MAJOR=    6
+SHLIB_MAJOR=    5
 
 ftperr.h: ftp.errors ${.CURDIR}/Makefile
        @echo "static struct fetcherr ftp_errlist[] = {" > ${.TARGET}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to