• # Ca compile pas...

    Posté par . En réponse à la dépêche Module d'audit SNARE. Évalué à -7.

    Ca compile pas :(

    newton:/usr/src/snare/snare-core-0.8# make
    gcc -c -g -O6 -DMODVERSIONS -Iinclude -DMODULE -D__KERNEL__ -DLINUX auditmodule.c
    auditmodule.c:64: `spin_lock' redeclared as different kind of symbol
    /usr/include/asm/spinlock.h:79: previous declaration of `spin_lock'
    auditmodule.c: In function `auditmodule_read':
    auditmodule.c:453: called object is not a function
    auditmodule.c: In function `auditmodule_close':
    auditmodule.c:603: called object is not a function
    auditmodule.c: In function `audit_event':
    auditmodule.c:1286: called object is not a function
    auditmodule.c: In function `write_event':
    auditmodule.c:1390: called object is not a function
    auditmodule.c:1396: called object is not a function
    auditmodule.c:1445: called object is not a function
    auditmodule.c:1455: called object is not a function
    auditmodule.c: In function `timeout':
    auditmodule.c:1504: called object is not a function
    make: *** [auditmodule] Error 1