]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/discovery.c
tdb2: rename the tools to tdb2torture, tdb2tool and mktdb2
[ccan] / ccan / iscsi / discovery.c
index 581084e994f7820b14c34eaeeb5258d0a19eb80d..7b2ad2315264ef43ef4caa6efb11ca6e4d43d438 100644 (file)
@@ -15,7 +15,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#define _GNU_SOURCE
+#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -26,7 +26,7 @@
 int iscsi_discovery_async(struct iscsi_context *iscsi, iscsi_command_cb cb, void *private_data)
 {
        struct iscsi_pdu *pdu;
-       char *str;
+       const char *str;
 
        if (iscsi == NULL) {
                printf("trying to send text on NULL context\n");