Add support for large files. Merge glibc 2.1.2.
authorPaul Eggert <eggert@twinsun.com>
Tue, 19 Oct 1999 07:17:20 +0000 (07:17 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 19 Oct 1999 07:17:20 +0000 (07:17 +0000)
commit4ee9629e2beb7a870ab30509d547b6845ef645cf
treeba84e985b8ba9da225ebba7cb9f3326556b335a4
parent09ed9b3cac4585c1bcaf32c7aefd43e8112a4de7
Add support for large files.  Merge glibc 2.1.2.

* b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
movemail.c, pop.c:
Do not include <stdlib.h>, as <config.h> does this now.

* b2m.c, emacsserver.c, etags.c, profile.c:
Include <config.h> before any system include files.

* emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
test-distrib.c:
(read, write, open, close): Do not undef.

* getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
(const): Do not define if HAVE_CONFIG_H; that's config.h's job.

* getopt.h: Adopt glibc 2.1.2.
14 files changed:
lib-src/ChangeLog
lib-src/b2m.c
lib-src/emacsclient.c
lib-src/emacsserver.c
lib-src/etags.c
lib-src/fakemail.c
lib-src/getopt.c
lib-src/getopt.h
lib-src/getopt1.c
lib-src/make-docfile.c
lib-src/movemail.c
lib-src/pop.c
lib-src/profile.c
lib-src/test-distrib.c