X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Flogin.c;h=1fdf35ca4601a3912b37d83f87efb0a6dde19766;hp=bc0d6ffa6acfad065fd9a5dcc379f79c5f4f2954;hb=8d8de08d9079f503256e1682dfa93bb22dcd4ad0;hpb=a40b318e7a07a452ae7456053727bd11b2fa49b4 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; }