]> git.ipfire.org Git - thirdparty/libarchive.git/commit
do not make DaysInMonth static 892/head
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Mar 2017 06:31:54 +0000 (02:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 27 Mar 2017 00:23:23 +0000 (20:23 -0400)
commit98b2ea15e1266bf984800f5ee0a057452791339d
tree0644c10286ae7c9ee6fc93b6212f4dc047d2d931
parent37d3d3d38081910be23bb9dd9cb7a3adc802b93a
do not make DaysInMonth static

Since the Feb month is written to based on arguments to this function,
it makes it not safe to use simultaneously.  Drop the static markings.
libarchive/archive_getdate.c