Commit 235e349e authored by David S. Miller's avatar David S. Miller

[SPARC64]: Add some missing semicolons newer gcc warns about.

parent 437ac6c0
...@@ -369,6 +369,7 @@ static inline int solaris_sockmod(unsigned int fd, unsigned int cmd, u32 arg) ...@@ -369,6 +369,7 @@ static inline int solaris_sockmod(unsigned int fd, unsigned int cmd, u32 arg)
case 106: /* SI_GETINTRANSIT */ case 106: /* SI_GETINTRANSIT */
case 107: /* SI_TCL_LINK */ case 107: /* SI_TCL_LINK */
case 108: /* SI_TCL_UNLINK */ case 108: /* SI_TCL_UNLINK */
;
} }
return TNOTSUPPORT; return TNOTSUPPORT;
} }
...@@ -456,6 +457,7 @@ static inline int solaris_timod(unsigned int fd, unsigned int cmd, u32 arg, ...@@ -456,6 +457,7 @@ static inline int solaris_timod(unsigned int fd, unsigned int cmd, u32 arg,
case 145: /* TI_GETPEERNAME */ case 145: /* TI_GETPEERNAME */
case 146: /* TI_SETMYNAME */ case 146: /* TI_SETMYNAME */
case 147: /* TI_SETPEERNAME */ case 147: /* TI_SETPEERNAME */
;
} }
return TNOTSUPPORT; return TNOTSUPPORT;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment