Index: trunk/src/sh_audit.c
===================================================================
--- trunk/src/sh_audit.c	(revision 416)
+++ trunk/src/sh_audit.c	(revision 419)
@@ -278,5 +278,5 @@
 {
   struct aud_list * this = SH_ALLOC(sizeof(struct aud_list));
-  this->file = sh_utils_strdup(file);
+  this->file = sh_util_strdup(file);
   this->next = mark_these;
   return;
@@ -312,5 +312,5 @@
 	     {
 	       SH_FREE(this->file);
-	       this->file = sh_utils_strdup(file);
+	       this->file = sh_util_strdup(file);
 	       ret = 0;
 	     }
@@ -325,5 +325,4 @@
 void sh_audit_mark (char * file)
 {
-  struct aud_list * all  = mark_these;
   struct aud_list * this = mark_these;
 
