X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fiscsi%2F_info;h=525770369c4e49965cd3927b1ce78aa6aa586dae;hb=4ad5144790a12523f8a7c24c469a34907b6942a6;hp=6e02fec0db936df59220f5eb356fc53f86932aa1;hpb=cb522f25cada0d3429c69d0fbaa5bd337a422cdd;p=ccan diff --git a/ccan/iscsi/_info b/ccan/iscsi/_info index 6e02fec0..52577036 100644 --- a/ccan/iscsi/_info +++ b/ccan/iscsi/_info @@ -1,3 +1,4 @@ +#include "config.h" #include #include @@ -11,7 +12,7 @@ * session, as well as a low level scsi library to create scsi cdb's * and parse/unmarshall data-in structures. * - * License: GPL (3 or any later version) + * License: GPL (v3 or any later version) * Author: Ronnie Sahlberg */ int main(int argc, char *argv[]) @@ -20,6 +21,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler\n"); return 0; }