svn commit: r221774 - stable/7/lib/libfetch

Dag-Erling Smorgrav des at FreeBSD.org
Wed May 11 11:30:37 UTC 2011


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}


More information about the svn-src-stable mailing list