X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Flogin.c;h=1fdf35ca4601a3912b37d83f87efb0a6dde19766;hp=bc0d6ffa6acfad065fd9a5dcc379f79c5f4f2954;hb=74b0109ebd2a30d57d19ae9a56f16c0f3b3637eb;hpb=1c005e1223d2f8f664ce4b3be6cd7eb4dd449844 diff --git a/ccan/iscsi/login.c b/ccan/iscsi/login.c index bc0d6ffa..1fdf35ca 100644 --- a/ccan/iscsi/login.c +++ b/ccan/iscsi/login.c @@ -15,7 +15,7 @@ along with this program; if not, see . */ -#define _GNU_SOURCE +#include "config.h" #include #include #include @@ -205,7 +205,7 @@ int iscsi_process_login_reply(struct iscsi_context *iscsi, struct iscsi_pdu *pdu int status; if (size < ISCSI_HEADER_SIZE) { - printf("dont have enough data to read status from login reply\n"); + printf("don't have enough data to read status from login reply\n"); return -1; }