1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Fix Build on -CURRENT

PR		45788
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
Tilman Keskinoz 2002-11-27 14:01:49 +00:00
parent 95c8162b29
commit 2af6288575
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71151
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,22 @@
--- src/uipp/prompter/GARCommand.C.orig Sat Nov 30 02:48:50 2002
+++ src/uipp/prompter/GARCommand.C Sat Nov 30 02:46:44 2002
@@ -18,6 +18,7 @@
#elif defined(HAVE_STRSTREA_H)
#include <strstrea.h>
#endif
+#include <strstream>
#include "NoUndoCommand.h"
#include "GARApplication.h"
@@ -50,9 +51,9 @@
char *fname;
unsigned long mode;
int dirty;
- strstream tmpstr;
+ std::strstream tmpstr;
#ifdef aviion
- strstream tmpstr2;
+ std::strstream tmpstr2;
#endif
switch (this->option)

View File

@ -0,0 +1,24 @@
--- src/exec/dpexec/yuiif.y-orig Mon Jul 31 10:10:38 2000
+++ src/exec/dpexec/yuiif.y Tue Nov 26 14:31:53 2002
@@ -1550,18 +1550,21 @@
if (! _dxd_exUIPacket)
yyerrok;
}
+ ;
rightparen : T_RPAR
{
if (! _dxd_exUIPacket)
yyerrok;
}
+ ;
rightbracket : T_RBRA
{
if (! _dxd_exUIPacket)
yyerrok;
}
+ ;
id : T_ID
{