| commit | d68a55e68b998cd58f429f681ea8a87d2d32303c | [log] [tgz] |
|---|---|---|
| author | John Grossman <johngro@google.com> | Thu May 05 23:23:44 2016 -0700 |
| committer | Brian Swetland <swetland@google.com> | Fri May 06 08:26:10 2016 -0700 |
| tree | df35f5aaa68df54fa786e6e694c95e77f760c95d | |
| parent | ee2e6db270438916922c587fd06e6a97dc25ed5c [diff] |
[netboot] Fix build, don't hardcode binary name. Change #include <netboot.h> to #include "netboot.h" so GCC will look in the local directory to find the header (without needing to explicitly say -I.) Change hardcoded string instances of nbserver in error and usage messages to use the binary name as invoked from the command line instead (argv[0]) Change-Id: I2b65e9b2a7d1dac7682d153d5d800baeaed85862