summaryrefslogtreecommitdiff
path: root/print/lyx/files/patch-src::sp_spell.C
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 03:25:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 03:25:03 +0000
commit8640cd64e2b793d8834f07b9a87a36152bec3411 (patch)
tree89714fea469e9e935cceb7b0cb5bca119a7b7764 /print/lyx/files/patch-src::sp_spell.C
parentRemove extra files (diff)
upgrade to 1.2.1
PR: 42742 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=66780
Diffstat (limited to 'print/lyx/files/patch-src::sp_spell.C')
-rw-r--r--print/lyx/files/patch-src::sp_spell.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/lyx/files/patch-src::sp_spell.C b/print/lyx/files/patch-src::sp_spell.C
new file mode 100644
index 000000000000..32da4ce945b5
--- /dev/null
+++ b/print/lyx/files/patch-src::sp_spell.C
@@ -0,0 +1,11 @@
+--- src/sp_spell.C.orig Mon Aug 12 19:25:50 2002
++++ src/sp_spell.C Fri Aug 23 03:38:09 2002
+@@ -379,7 +379,7 @@
+ // Configure provides us with macros which are supposed to do
+ // the right typecast.
+ retval = select(SELECT_TYPE_ARG1 (pipeout[0]+1),
+- SELECT_TYPE_ARG234 (&infds),
++ &infds,
+ 0,
+ 0,
+ SELECT_TYPE_ARG5 (&tv));