summaryrefslogtreecommitdiff
path: root/sysutils/mrsync/patches/patch-ae
blob: 7ee972604ed53fac7d7075ae412d0bdd9649b8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.1.1.1 2011/12/02 05:40:00 agc Exp $

Get rid of some minor lint

--- multicatcher.c	2011/11/30 21:06:19	1.1
+++ multicatcher.c	2011/11/30 21:06:59
@@ -121,7 +121,7 @@
     exit(BAD_EXIT);
   }
   
-  fprintf(stderr, "my_pid= %lu\n", getpid());
+  fprintf(stderr, "my_pid= %lu\n", (unsigned long)getpid());
 
   if (!backup_suffix) default_suffix();
   get_tmp_suffix();  /* get a unique tmp_name for the tmp file */