summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMarin Hannache2014-05-16 16:43:08 +0200
committerMichael Brown2014-05-18 22:53:39 +0200
commitf4e069bf2e2fcdca417ae7e384efb1fa0ad87343 (patch)
tree357877d1ce7a5870f4be15e93a76172798f4b097 /src/include/ipxe/errfile.h
parent[libc] Prevent strndup() from reading beyond the end of the string (diff)
downloadipxe-f4e069bf2e2fcdca417ae7e384efb1fa0ad87343.tar.gz
ipxe-f4e069bf2e2fcdca417ae7e384efb1fa0ad87343.tar.xz
ipxe-f4e069bf2e2fcdca417ae7e384efb1fa0ad87343.zip
[nfs] Rewrite NFS URI handling
Get the NFS URI manipulation code out of nfs_open.c. The resulting code is now much more readable. Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index bd12c7cb..e3b6b87e 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -223,6 +223,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_icmp ( ERRFILE_NET | 0x00390000 )
#define ERRFILE_ping ( ERRFILE_NET | 0x003a0000 )
#define ERRFILE_dhcpv6 ( ERRFILE_NET | 0x003b0000 )
+#define ERRFILE_nfs_uri ( ERRFILE_NET | 0x003c0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )