aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [aspell-user] Make problems on Solaris 8


From: Kevin Atkinson
Subject: Re: [aspell-user] Make problems on Solaris 8
Date: Mon, 16 Jul 2001 18:08:24 -0400 (EDT)

Here is a patch to fix the problem.

--- data.cc~    Fri Jul 13 16:45:17 2001
+++ data.cc     Mon Jul 16 17:58:56 2001
@@ -132,7 +132,7 @@
   {
 #ifdef USE_FILE_INO
     struct stat s;
-    int ok = fstat(filedesc(f), &s);
+    int ok = fstat(f.file_no(), &s);
     assert(ok == 0);
     id_->ino = s.st_ino;
     id_->dev = s.st_dev;

Could I please see config.log.  I will explain why after I see it.

-- 
Kevin Atkinson
kevina at users sourceforge net
http://www.ibiblio.org/kevina/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]