pspp-dev
[Top][All Lists]
Advanced

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

[patch #6228] Make better use of gnulib fseeko module


From: Ben Pfaff
Subject: [patch #6228] Make better use of gnulib fseeko module
Date: Sun, 07 Oct 2007 04:21:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)

URL:
  <http://savannah.gnu.org/patch/?6228>

                 Summary: Make better use of gnulib fseeko module
                 Project: PSPP
            Submitted by: blp
            Submitted on: Saturday 10/06/07 at 21:21
                Category: None
              Item Group: None
                  Status: Ready For Test/Review
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The gnulib fseeko module provides fseek on systems where it doesn't exist. 
We already use the module, but we still try to check separately whether fseeko
is available.

Also, we had a check for a valid off_t.  I don't think this is really
necessary, since it only fails on Solaris when the -ansi flag to GCC is given,
and we don't use that flag any longer since it screws stuff up on many
platforms.  I don't see a similar test in other GNU software.  So I deleted
it.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Saturday 10/06/07 at 21:21  Name: fseeko-from-gnulib.patch  Size: 2kB  
By: blp

<http://savannah.gnu.org/patch/download.php?file_id=14108>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6228>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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