diff options
author | H. Peter Anvin <hpa@zytor.com> | 2011-05-02 23:36:41 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2011-05-02 23:39:43 -0700 |
commit | 40068cfcbf723c9363194bf20a80b80a53c249fd (patch) | |
tree | b5e0b3aaec9981ac7d97a030e07d32d9de6836de /com32 | |
parent | 2da6006eedc7a1481b669090dc112411fbf8b384 (diff) | |
download | syslinux-40068cfcbf723c9363194bf20a80b80a53c249fd.tar.gz |
pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12
Use a heuristic http index parser (which is assumed to work with most
webserver-generated indicies) to support ls over http.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32')
-rw-r--r-- | com32/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 20002acb..7f1c4990 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -133,6 +133,7 @@ LIBCOREOBJS = \ memcpy.o mempcpy.o memset.o memcmp.o memmove.o \ strlen.o stpcpy.o strcpy.o strcmp.o strlcpy.o strlcat.o \ strchr.o strncmp.o strncpy.o \ + ctypes.o strtoul.o strntoumax.o \ \ asprintf.o snprintf.o sprintf.o vsnprintf.o \ \ |