summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 04:03:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 04:03:49 +0000
commitdd7e903a90c0eea6304b26ace701a82810b2ce0a (patch)
tree53886c602fb59d168eb7f16e5895fbeb984342e4 /french
parentbuild aspell with dictionary (diff)
fixing 5.0 package build with gcc32
PR: 42551 Submitted by: thierry@pompo.net
Notes
Notes: svn path=/head/; revision=66011
Diffstat (limited to 'french')
-rw-r--r--french/xtel/patch-Xsra_SelFile.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/french/xtel/patch-Xsra_SelFile.c b/french/xtel/patch-Xsra_SelFile.c
new file mode 100644
index 000000000000..55182b08a23f
--- /dev/null
+++ b/french/xtel/patch-Xsra_SelFile.c
@@ -0,0 +1,12 @@
+--- Xsra/SelFile.c.orig Fri Apr 9 10:07:40 1999
++++ Xsra/SelFile.c Sun Sep 8 15:08:02 2002
+@@ -46,8 +46,8 @@
+ #include <errno.h>
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+-extern int sys_nerr;
+ #ifndef __FreeBSD__
++extern int sys_nerr;
+ #ifndef __GLIBC__
+ extern char *sys_errlist[];
+ #endif