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

Safestring include toupper header #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

divneil
Copy link

@divneil divneil commented Sep 26, 2019

No description provided.

o While compiling for non-Linux based platforms where errno.h
  is not available, a new compile time flag is included.

o Defining __LOCAL_ERRNO__ allows the safestring to compile
  without looking for errno.h

Signed-off-by: Divneil Rai Wadhawan <[email protected]>
o toupper() suggests to include <ctype.h> as the header file for its
  declaration. So, added the same.

Signed-off-by: Divneil Rai Wadhawan <[email protected]>
@danintel
Copy link

danintel commented Oct 2, 2019

The PR header does not match the actual changes made, which adds __LOCAL_ERRNO__ and duplicates PR #34

@divneil
Copy link
Author

divneil commented Oct 3, 2019

The PR header does not match the actual changes made, which adds __LOCAL_ERRNO__ and duplicates PR #34

Actually, I pushed the new patch over the top of the previous patch, so, github is showing like that. Once #34 is merged and with a rebase, #35 will only show 1 commit. Please let me know if its okay, otherwise, I will push a new patch over master.

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.

3 participants