Skip to content
Snippets Groups Projects
Commit 2e410340 authored by Walter Poxon's avatar Walter Poxon
Browse files

b=14091

i=he.huang
i=adilger

fix for user-tcpip.c build errors on Cray catamount builds
parent f8ae3b54
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
*/
#ifndef __KERNEL__
#ifndef REDSTORM
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <sys/ioctl.h>
......@@ -600,4 +600,5 @@ int libcfs_sock_readv(int fd, const struct iovec *vector, int count)
return rc;
}
#endif /* !defined(REDSTORM) */
#endif /* !__KERNEL__ */
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