s/String/string/g so this builds again.
This commit is contained in:
parent
40a64497a9
commit
4d3f57a635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19682
11
textproc/nicetext/files/patch-aa
Normal file
11
textproc/nicetext/files/patch-aa
Normal 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"
|
11
textproc/nicetext/files/patch-ab
Normal file
11
textproc/nicetext/files/patch-ab
Normal 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"
|
Loading…
Reference in New Issue
Block a user