summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index ec8b75559..1eb28fbee 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -202,7 +202,7 @@
#define EALREADY ( PXENV_STATUS_UDP_OPEN | 0x0700 )
/** Bad file descriptor */
-#define EBADF ( PXENV_STATUS_UDP_CLOSED | 0x0800 )
+#define EBADF ( PXENV_STATUS_TFTP_CLOSED | 0x0800 )
/** Bad message */
#define EBADMSG ( PXENV_STATUS_FAILURE | 0x0900 )