Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove HAVE_STRFTIME ifdefs #477

Merged
merged 1 commit into from
Dec 28, 2021
Merged

Remove HAVE_STRFTIME ifdefs #477

merged 1 commit into from
Dec 28, 2021

Conversation

alejandro-colomar
Copy link
Collaborator

strftime(3) has been in standard C since C89. It is also in
POSIX.1-2001, and in SVr4 (see strftime(3) and strftime(3p)).
We can assume that this function is always available.

Signed-off-by: Alejandro Colomar alx.manpages@gmail.com

strftime(3) has been in standard C since C89.  It is also in
POSIX.1-2001, and in SVr4 (see strftime(3) and strftime(3p)).
We can assume that this function is always available.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
@alejandro-colomar
Copy link
Collaborator Author

alejandro-colomar commented Dec 27, 2021

Please, check that I correctly removed strftime(3) checking in the configure scripts, since I'm not used to that.

@hallyn
Copy link
Member

hallyn commented Dec 28, 2021

LGTM thanks

@hallyn hallyn merged commit 80b52a5 into shadow-maint:master Dec 28, 2021
@alejandro-colomar
Copy link
Collaborator Author

:-)

@alejandro-colomar alejandro-colomar deleted the strftime branch December 28, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants