Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/regex/regex2.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/regex/regex2.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/lib/libc/regex/regex2.h 2004/03/26 22:42:17 1.11 +++ src/lib/libc/regex/regex2.h 2009/02/12 05:06:54 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: regex2.h,v 1.11 2004/03/26 22:42:17 enami Exp $ */ +/* $NetBSD: regex2.h,v 1.12 2009/02/12 05:06:54 lukem Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -197,7 +197,7 @@ struct re_guts { cat_t *categories; /* ->catspace[-CHAR_MIN] */ char *must; /* match must contain this string */ int mlen; /* length of must */ - sopno nsub; /* copy of re_nsub */ + size_t nsub; /* copy of re_nsub */ int backrefs; /* does it use back references? */ sopno nplus; /* how deep does it nest +s? */ /* catspace must be last */