aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/fakemail.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f87f53d6f29..ce2eea2679e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * fakemail.c: Remove references to obsolete variables.
4
12008-06-02 Jim Meyering <meyering@redhat.com> 52008-06-02 Jim Meyering <meyering@redhat.com>
2 6
3 * ebrowse.c (xfree): Remove definition; s/xfree/free/. 7 * ebrowse.c (xfree): Remove definition; s/xfree/free/.
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index ead5ac61854..c732511f90e 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -24,7 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24#include <config.h> 24#include <config.h>
25#endif 25#endif
26 26
27#if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) 27#if defined (BSD_SYSTEM) && !defined (USE_FAKEMAIL)
28/* This program isnot used in BSD, so just avoid loader complaints. */ 28/* This program isnot used in BSD, so just avoid loader complaints. */
29int 29int
30main () 30main ()