Mercurial > emacs
comparison lib-src/ChangeLog @ 107737:912a8c0c9a8a
Remove extern errno declarations.
* xterm.c:
* xrdb.c:
* w32term.c:
* unexec.c:
* unexaix.c:
* sysdep.c:
* process.c:
* lread.c:
* keyboard.c:
* floatfns.c:
* filelock.c:
* fileio.c:
* emacs.c (main):
* ecrt0.c:
* dispnew.c:
* callproc.c:
* buffer.c: Remove errno extern declarations.
* s/netbsd.h (NEED_ERRNO): Remove.
* movemail.c:
* etags.c:
* emacsclient.c: Remove extern errno declarations.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 01 Apr 2010 20:10:33 -0700 |
parents | db38deea3cef |
children | 9523f7085efd |
comparison
equal
deleted
inserted
replaced
107736:1f5000fd5ff7 | 107737:912a8c0c9a8a |
---|---|
1 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 Remove extern errno declarations. | |
4 * movemail.c: | |
5 * etags.c: | |
6 * emacsclient.c: Remove extern errno declarations. | |
7 | |
1 2010-03-20 Glenn Morris <rgm@gnu.org> | 8 2010-03-20 Glenn Morris <rgm@gnu.org> |
2 | 9 |
3 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) | 10 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) |
4 (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by | 11 (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by |
5 defining these as Makefile variables. | 12 defining these as Makefile variables. |