Index: uspace/app/netecho/netecho.c
===================================================================
--- uspace/app/netecho/netecho.c	(revision a62ceaf039a5a22dc93ec3e4767e997f0730bbbe)
+++ uspace/app/netecho/netecho.c	(revision 55958412df6b000da41325bf219018aabc44bde9)
@@ -75,5 +75,5 @@
 	char cbuf[STR_BOUNDS(1)];
 	size_t offs;
-	int rc;
+	errno_t rc;
 
 	offs = 0;
@@ -137,5 +137,5 @@
 static void netecho_send_messages(char **msgs)
 {
-	int rc;
+	errno_t rc;
 
 	while (*msgs != NULL) {
@@ -154,5 +154,5 @@
 	char *port;
 	char **msgs;
-	int rc;
+	errno_t rc;
 
 	if (argc < 2) {
