]> Git Repo - qemu.git/blobdiff - qemu-nbd.c
Cleanup qemu-nbd related code, by Laurent Vivier.
[qemu.git] / qemu-nbd.c
index 3fb3d0c70d7e98d69a3aedb849427808a1980091..0feafca088d5829a26b8f6d3c673a66251339cd0 100644 (file)
@@ -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;
This page took 0.019288 seconds and 4 git commands to generate.