]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include <string.h> even if !DEBUG. (From glibc.)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jun 2005 19:07:41 +0000 (19:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jun 2005 19:07:41 +0000 (19:07 +0000)
commit8834b5787769f93503bdbe83ee00c1a78418352b
treeacb0ff52ea780be9e1125a199b768eb8b0077f8b
parent956daabfc622916858b9e11e6b724c5fc5c07d62
Include <string.h> even if !DEBUG.  (From glibc.)
(ranged_convert): Don't save conversion in a temporary struct.
This causes a warning with GCC 4.0.0, and anyway in the typical
case it's not worth the extra 100 bytes or so of code.
(ranged_convert, __mktime_internal): When calling a function via a
pointer P, use P () rather than (*P) (), as we now assume C89 or better.
lib/mktime.c