diff options
| author | Michael Brown | 2007-01-15 18:31:35 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-15 18:31:35 +0100 |
| commit | 9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1 (patch) | |
| tree | 3e97aec4cb3500383fdfda5e6027be5411c972a1 /src/proto/nmb.c | |
| parent | Update TFTP and FTP to take the same temporary URI scheme as HTTP (diff) | |
| download | ipxe-9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1.tar.gz ipxe-9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1.tar.xz ipxe-9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1.zip | |
A working DNS resolver (not yet tied in to anything)
Diffstat (limited to 'src/proto/nmb.c')
| -rw-r--r-- | src/proto/nmb.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/proto/nmb.c b/src/proto/nmb.c index d2944031e..e1fc911e4 100644 --- a/src/proto/nmb.c +++ b/src/proto/nmb.c @@ -1,6 +1,8 @@ +#if 0 + #include "resolv.h" #include "string.h" -#include "dns.h" +#include <gpxe/dns.h> #include "nic.h" #include "nmb.h" @@ -104,3 +106,5 @@ struct resolver nmb_resolver __resolver = { .name = "NMB", .resolv = nmb_resolv, }; + +#endif |
