[Pkg-wmaker-commits] [wmbiff] 05/32: use off_t instead of size_t in Licq and Maildir for file sizes from stat()

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_8
in repository wmbiff.

commit 78908b26dc3dda5b86c61bb7f136b8a0095ed702
Author: bluehal <bluehal>
Date:   Sat Mar 2 05:58:16 2002 +0000

    use off_t instead of size_t in Licq and Maildir for file sizes from stat()
---
 wmbiff/Client.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index 55b4759..4f8db8e 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,4 +1,4 @@
-/* $Id: Client.h,v 1.8 2002/03/01 08:41:29 bluehal Exp $ */
+/* $Id: Client.h,v 1.9 2002/03/02 05:58:16 bluehal Exp $ */
 /* Author : Scott Holden ( scotth at thezone.net )
    Modified : Yong-iL Joh ( tolkien at mizi.com )
    Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
@@ -40,15 +40,15 @@ typedef struct _mbox_t {
 		struct {
 			time_t ctime;
 			time_t mtime;
-			size_t size;
+			off_t size;
 		} mbox;
 		struct {
 			time_t ctime_new;
 			time_t mtime_new;
-			size_t size_new;
+			off_t size_new;
 			time_t ctime_cur;
 			time_t mtime_cur;
-			size_t size_cur;
+			off_t size_cur;
 		} maildir;
 		struct {
 			char password[32];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list