s/String/string/g so this builds again.

This commit is contained in:
Steve Price 1999-06-22 17:54:26 +00:00
parent 40a64497a9
commit 4d3f57a635
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19682
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- gendict/src/genmodel.cc.orig Sat Jun 19 17:22:05 1999
+++ gendict/src/genmodel.cc Sat Jun 19 17:22:34 1999
@@ -102,7 +102,7 @@
#include <fstream.h>
#include <stdio.h>
#include <stdlib.h>
-#include <String.h>
+#include <string.h>
#include "../../mtc++/include/MTC++.h"
#include "../../mtc++/include/mstring.h"
#include "../../mtc++/include/errormsg.h"

View File

@ -0,0 +1,11 @@
--- babble/src/bitcp.cc.orig Sat Jun 19 17:24:53 1999
+++ babble/src/bitcp.cc Sat Jun 19 17:25:04 1999
@@ -39,7 +39,7 @@
#include <fstream.h>
#include <stdio.h>
#include <stdlib.h>
-#include <String.h>
+#include <string.h>
#include <unistd.h>
#include "../../mtc++/include/MTC++.h"
#include "../../mtc++/include/mstring.h"