UNLINK -> unlink

This commit is contained in:
Marcello Stanisci 2019-09-13 21:12:15 +02:00
parent 4428469556
commit 8e70b3ff98
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ TALER_EXCHANGEDB_denomination_key_read (const char *filename,
(GNUNET_TIME_absolute_ntoh (
dki->issue.properties.expire_withdraw)).rel_value_us)
{
if (0 != UNLINK (filename))
if (0 != unlink (filename))
{
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
"unlink",

View File

@ -78,7 +78,7 @@ signkeys_iterate_dir_iter (void *cls,
if (0 == GNUNET_TIME_absolute_get_remaining
(GNUNET_TIME_absolute_ntoh (issue.issue.expire)).rel_value_us)
{
if (0 != UNLINK (filename))
if (0 != unlink (filename))
{
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
"unlink",