[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils ./ChangeLog mailbox/mbx_mh.c
From: |
Alain Magloire |
Subject: |
mailutils ./ChangeLog mailbox/mbx_mh.c |
Date: |
Sun, 09 Sep 2001 14:04:43 -0700 |
CVSROOT: /home/cvs
Module name: mailutils
Changes by: Alain Magloire <address@hidden> 01/09/09 14:04:43
Modified files:
. : ChangeLog
mailbox : mbx_mh.c
Log message:
This was done when cranking the number of warning generated
by gcc (-Wall, etc ...)
* mailbox/mbx_mh.c: Add include for pthread.
seq_number is size_t.
(_mh_message_name): The problem here is that asprintf()
is a GNU extension. We want libmailbox to be as independent
as possible, so it will not be required for program to be
link with libmailutils(it is not even install). Default to
snprintf ().
(mh_close): return an int.
(_mh_message_insert): n should be size_t.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.249&tr2=1.250&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/mbx_mh.c.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- mailutils ./ChangeLog mailbox/mbx_mh.c,
Alain Magloire <=