Diff for /embedaddon/smartmontools/regex/regexec.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2013/07/22 01:17:36
Line 15 Line 15
   
    You should have received a copy of the GNU Lesser General Public     You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free     License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   02111-1307 USA.  */   MA 02110-1301 USA.  */
   
 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,  static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
                                      re_string_t *input, int n);                                       re_string_t *input, int n);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>