diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-30 00:10:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-30 00:10:07 +0000 |
commit | 4aeb650e63ca7d7cdb62ce081ba7ddd9b6dfb683 (patch) | |
tree | f53ef74481f568944f554d2ffba1e49d930ad215 /ChangeLog | |
parent | c7371e6e47d6c1607f1dcd6434cc1e181e5e1872 (diff) | |
download | glibc-4aeb650e63ca7d7cdb62ce081ba7ddd9b6dfb683.tar.gz |
* resolv/res_libc.c: Move _res defn magic after res_init defn
so _res macro is in effect for that code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-12-29 Roland McGrath <roland@redhat.com> + * resolv/res_libc.c: Move _res defn magic after res_init defn + so _res macro is in effect for that code. + * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed pattern for prepending $(..) so it doesn't affect $(foo). |