Skip to content
Snippets Groups Projects
Commit 05465773 authored by scjody's avatar scjody
Browse files

Branch HEAD

Fix SYIO_INTERFACE_NAME typo, part of liblustre compile warnings cleanup.

b=11175
i=adilger
i=green
parent 1ed150e4
No related branches found
No related tags found
No related merge requests found
......@@ -98,14 +98,14 @@ struct iovec;
/*
* SYSIO name label macros
*/
#ifndef SYIO_INTERFACE_NAME
#ifndef SYSIO_INTERFACE_NAME
#ifdef SYSIO_LABEL_NAMES
#define SYSIO_INTERFACE_NAME(x) \
PREPEND(SYSIO_LABEL_NAMES, x)
#else
#define SYSIO_INTERFACE_NAME(x) x
#endif /* SYSIO_LABEL_NAMES */
#endif /* SYSIO_INTERFACE_NAME */
#endif /* !SYSIO_INTERFACE_NAME */
/* for debugging */
#if 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment