diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-08 22:08:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-08 22:08:54 +0300 |
commit | 7b6a89830ee4fca90b004317796d9964f1322532 (patch) | |
tree | 7c22480585ce5e4fd54f6536154eca6128b0f6a8 /missing_d/strncasecmp.c | |
parent | eef5c5927c807fa306ddfb61ba521ff78b448a3b (diff) | |
parent | 5ab1fc39705ac50abc1b2e756d97d875b9f9709a (diff) | |
download | egawk-7b6a89830ee4fca90b004317796d9964f1322532.tar.gz egawk-7b6a89830ee4fca90b004317796d9964f1322532.tar.bz2 egawk-7b6a89830ee4fca90b004317796d9964f1322532.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'missing_d/strncasecmp.c')
-rw-r--r-- | missing_d/strncasecmp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/missing_d/strncasecmp.c b/missing_d/strncasecmp.c index 74872356..a29015ce 100644 --- a/missing_d/strncasecmp.c +++ b/missing_d/strncasecmp.c @@ -63,8 +63,9 @@ strcasecmp (s1, s2) 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 - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1335, USA +*/ /* * August 2006, for gawk, same comment applies. See strncase.c |