Add nbd.h to source
authorWouter Verhelst <w@uter.be>
Sat, 24 Jul 2010 19:48:24 +0000 (21:48 +0200)
committerWouter Verhelst <w@uter.be>
Sat, 24 Jul 2010 19:48:24 +0000 (21:48 +0200)
commit154adb13e88b75a3890ffec9ac50f67678681f8f
tree2ffaaadd081199e07257c4e52e47b37847bb4ff7
parent7fbd83b9ac03473cb5a44da92cc375b6ef177dc7
Add nbd.h to source

Previously, we would depend on an out-of-tree nbd.h. This is error-prone
on Linux (if the kernel nbd.h changes incompatibly, the userspace tools
won't compile anymore) and problematic on non-Linux (where you'd have to
manage somehow to fetch a working nbd.h)

So, stop being silly.
.gitignore
Makefile.am
cliserv.h
configure.ac
nbd.h [new file with mode: 0644]