Diff for /embedaddon/smartmontools/regex/regex_internal.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 void re_string_construct_common (const char *str, int len,  static void re_string_construct_common (const char *str, int len,
                                         re_string_t *pstr,                                          re_string_t *pstr,

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


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