search for: nodiff

Displaying 1 result from an estimated 1 matches for "nodiff".

2009 Jul 27
1
[PATCH] mboot using module path
...is unimplemented and returns ENOSYS. we could rely on chdir when using the pxelinux stack to give a module path. this implementation uses chdir to change the CurrentDirName and uses it for mangling the filenames. signed-off-by: Damien Nozay <damien /dot nozay /at gmail.com> --- diff -u -r -X nodiff syslinux-3.82-orig/com32/lib/chdir.c syslinux-3.82/com32/lib/chdir.c --- syslinux-3.82-orig/com32/lib/chdir.c??? 2009-06-09 10:19:25.000000000 -0700 +++ syslinux-3.82/com32/lib/chdir.c??? 2009-07-27 11:11:34.000000000 -0700 @@ -5,9 +5,25 @@ ?#include <dirent.h> ?#include <stdio.h> ?#inc...