Steve Grubb 628394
diff -urp aide-0.14.orig/include/compare_db.h aide-0.14/include/compare_db.h
Steve Grubb 628394
--- aide-0.14.orig/include/compare_db.h	2010-05-15 10:15:23.000000000 -0400
Steve Grubb 628394
+++ aide-0.14/include/compare_db.h	2010-05-15 10:16:05.000000000 -0400
Steve Grubb 628394
@@ -48,6 +48,6 @@ void init_rxlst(list* rxlst);
Steve Grubb 628394
  * compare_dbline()
Steve Grubb 628394
  * Return RETOK if same RETFAIL if not
Steve Grubb 628394
  */
Steve Grubb 628394
-int compare_dbline(db_line* old,db_line* new,DB_ATTR_TYPE ignorelist);
Steve Grubb 628394
+DB_ATTR_TYPE compare_dbline(db_line* old,db_line* new,DB_ATTR_TYPE ignorelist);
Steve Grubb 628394
 
Steve Grubb 628394
 #endif
Steve Grubb 628394
diff -urp aide-0.14.orig/src/aide.c aide-0.14/src/aide.c
Steve Grubb 628394
--- aide-0.14.orig/src/aide.c	2010-05-15 10:15:23.000000000 -0400
Steve Grubb 628394
+++ aide-0.14/src/aide.c	2010-05-15 10:17:32.000000000 -0400
Steve Grubb 628394
@@ -246,7 +246,7 @@ void setdefaults_before_config()
Steve Grubb 628394
   char* urlstr=INITIALERRORSTO;
Steve Grubb 628394
   url_t* u=NULL;
Steve Grubb 628394
   char* s=(char*)malloc(sizeof(char)*MAXHOSTNAMELEN+1);
Steve Grubb 628394
-  unsigned long long p;
Steve Grubb 628394
+  DB_ATTR_TYPE p;
Steve Grubb 628394
 
Steve Grubb 628394
   /*
Steve Grubb 628394
     Set up the hostname
Steve Grubb 628394
diff -urp aide-0.14.orig/src/compare_db.c aide-0.14/src/compare_db.c
Steve Grubb 628394
--- aide-0.14.orig/src/compare_db.c	2010-05-15 10:15:23.000000000 -0400
Steve Grubb 628394
+++ aide-0.14/src/compare_db.c	2010-05-15 10:16:42.000000000 -0400
Steve Grubb 628394
@@ -275,7 +275,7 @@ static int compare_str(const char *s1, c
Steve Grubb 628394
   - ignorelist kertoo mitä ei saa vertailla
Steve Grubb 628394
 */
Steve Grubb 628394
 
Steve Grubb 628394
-int compare_dbline(db_line* l1,db_line* l2,DB_ATTR_TYPE ignorelist)
Steve Grubb 628394
+DB_ATTR_TYPE compare_dbline(db_line* l1,db_line* l2,DB_ATTR_TYPE ignorelist)
Steve Grubb 628394
 {
Steve Grubb 628394
 
Steve Grubb 628394
 #define easy_compare(a,b) \