File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed
Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ prog_conf = ids.conf
2929plugin_confdir =$(prog_confdir ) /plugins.d
3030plugin_conf = audisp-ids.conf
3131sbin_PROGRAMS = audisp-ids
32- noinst_HEADERS = account.h avl.h ids_config.h gcc-attributes.h ids.h \
32+ noinst_HEADERS = account.h avl.h ids_config.h ids.h \
3333 model_bad_event.h model_behavior.h nvpair.h origin.h \
3434 reactions.h session.h timer-services.h
3535
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ typedef struct avl_iterator {
3939 * a is linked directly to the tree, so it has to
4040 * be properly allocated by the caller.
4141 */
42- avl_t * avl_insert (avl_tree_t * t , avl_t * a ) NEVERNULL WARNUNUSED ;
42+ avl_t * avl_insert (avl_tree_t * t , avl_t * a ) __wur ;
4343
4444/* Remove an element a from the AVL tree t
4545 * returns a pointer to the removed element
4646 * or NULL if an element equal to a is not found
4747 * (equal as returned by t->compar())
4848 */
49- avl_t * avl_remove (avl_tree_t * t , avl_t * a ) WARNUNUSED ;
49+ avl_t * avl_remove (avl_tree_t * t , avl_t * a ) __wur ;
5050
5151/* Find the element into the tree that equal to a
5252 * (equal as returned by t->compar())
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments