On Sat, Apr 07, 2012 at 06:13:07PM +0000, Morten B. Christensen wrote: > Dear OpenBSD friends, > > Is somebody (with programming experience) willing to compile a small DNS > server for me? > > The source code is a single .c file but my lack of skills is annoying :-( > > The link to Microdns is here http://samiam.org/software/microdns.html > > It is basically an app that gives the same ip out to any query - very easy > instead of taming the beast bind. The usage is for an http catch-all walled > garden.
Just add this on top of the other include lines: #include <sys/types.h> Then just run 'make microdns-20100805'. -- Antoine