[git] GPG-ERROR - branch, master, updated. libgpg-error-1.15-2-ge1882ee

by Werner Koch cvs at cvs.gnupg.org
Fri Sep 12 10:37:30 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  e1882ee8c541020ec590bf096508ca5b6d2ab944 (commit)
      from  7de798e2b0f4c4d18b1690e1ab370522faa2de9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1882ee8c541020ec590bf096508ca5b6d2ab944
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Sep 12 10:33:16 2014 +0200

    Fix a prototype
    
    * src/gpgrt-int.h: s/off_t/gpgrt_off_t/.

diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index 0e6f69c..f97166f 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -105,9 +105,9 @@ void _gpgrt_clearerr_unlocked (gpgrt_stream_t stream);
 
 int _gpgrt_fflush (gpgrt_stream_t stream);
 int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
-int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
+int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
 long int _gpgrt_ftell (gpgrt_stream_t stream);
-off_t _gpgrt_ftello (gpgrt_stream_t stream);
+gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
 void _gpgrt_rewind (gpgrt_stream_t stream);
 
 int _gpgrt_fgetc (gpgrt_stream_t stream);

-----------------------------------------------------------------------

Summary of changes:
 src/gpgrt-int.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list