diff options
Diffstat (limited to 'qemu-nbd.c')
-rw-r--r-- | qemu-nbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-nbd.c b/qemu-nbd.c index 3fb3d0c70d..0feafca088 100644 --- a/qemu-nbd.c +++ b/qemu-nbd.c @@ -21,7 +21,6 @@ #include "block_int.h" #include "nbd.h" -#include <malloc.h> #include <stdarg.h> #include <stdio.h> #include <getopt.h> @@ -168,6 +167,7 @@ int main(int argc, char **argv) { "partition", 1, 0, 'P' }, { "snapshot", 0, 0, 's' }, { "verbose", 0, 0, 'v' }, + { NULL, 0, 0, 0 } }; int ch; int opt_ind = 0; |