Tue Jun 25 09:55:47 1996 David Mosberger-Tang <davidm@AZStarNet.com>
commit9b463b9b9d0fd7a4b9805a13d634258239c672b7
authorRoland McGrath <roland@gnu.org>
Tue, 25 Jun 1996 13:56:33 +0000 (25 13:56 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 25 Jun 1996 13:56:33 +0000 (25 13:56 +0000)
tree0fd2d0698577bee8b6ca090db28be9c0d3f8019c
parentf0bdbc77c09b2ed2ed6f861b6ba69d293c658724
Tue Jun 25 09:55:47 1996  David Mosberger-Tang  <davidm@AZStarNet.com>

* catgets/gencat.c (write_out): Use %Zu to print variables of type
  size_t.
* resolv/res_debug.c (__p_rr): Print size_t variable as %lu and
cast it to (unsigned long) to make it work both on 32 and 64
bit architectures.
catgets/gencat.c
resolv/res_debug.c