Sebastian Herbszt
2009-May-02 16:24 UTC
[syslinux] [PATCH] pxechain: remove unused ipaddrbuf
Remove unused ipaddrbuf. - Sebastian Index: syslinux-3.80-pre5-5-gd562154/modules/pxechain.asm ==================================================================--- syslinux-3.80-pre5-5-gd562154.orig/modules/pxechain.asm +++ syslinux-3.80-pre5-5-gd562154/modules/pxechain.asm @@ -556,6 +556,3 @@ close_status: dw 0 PXEOpenParms: open_status: dw 0 open_ciaddr: dd 0 - - section .bss -ipaddrbuf: resb 16
Jeffrey Hutzelman
2009-May-20 22:43 UTC
[syslinux] [PATCH] pxechain: remove unused ipaddrbuf
--On Saturday, May 02, 2009 06:24:10 PM +0200 Sebastian Herbszt <herbszt at gmx.de> wrote:> Remove unused ipaddrbuf.Thanks; I've committed this in my tree, and I see hpa has picked it up as well. -- Jeff