]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transports/appendfile.c
Build: use PHDRS set in the toplevel Makefile
[user/henk/code/exim.git] / src / src / transports / appendfile.c
index 93c89a4507a0ff945eec50b1f83a334d0e89468a..3f2c4e4437d40274a546a2497bf5b192230f6868 100644 (file)
@@ -1779,8 +1779,8 @@ if (!isdirectory)
       if (statbuf.st_nlink != 1)
         {
         addr->basic_errno = ERRNO_NOTREGULAR;
-        addr->message = string_sprintf("mailbox %s%s has too many links (%d)",
-          filename, islink ? " (symlink)" : "", statbuf.st_nlink);
+        addr->message = string_sprintf("mailbox %s%s has too many links (%lu)",
+          filename, islink ? " (symlink)" : "", (unsigned long)statbuf.st_nlink);
         goto RETURN;
 
         }