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 duplicate prototype definition #851

Closed
skliper opened this issue Mar 10, 2021 · 0 comments · Fixed by #895 or #917
Closed

Remove duplicate prototype definition #851

skliper opened this issue Mar 10, 2021 · 0 comments · Fixed by #895 or #917
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Mar 10, 2021

Is your feature request related to a problem? Please describe.
Duplicated prototypes for OS_NetworkGetId and OS_NetworkGetHostName:

int32 OS_NetworkGetID(void);

int32 OS_NetworkGetHostName(char *host_name, size_t name_len);

int32 OS_NetworkGetID(void);

int32 OS_NetworkGetHostName(char *host_name, size_t name_len);

Describe the solution you'd like
Remove from osapi-sockets.h

Describe alternatives you've considered
Deprecate/remove (see issue #852)

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review

@skliper skliper added this to the 6.0.0 milestone Mar 10, 2021
@skliper skliper self-assigned this Mar 11, 2021
skliper added a commit to skliper/osal that referenced this issue Mar 11, 2021
astrogeco added a commit that referenced this issue Mar 17, 2021
Fix #851, Remove duplicate network prototypes
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#851, Pass aligned message into CFE_MSG_ComputeCheckSum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant