X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fexim_lock.c;h=027a55831d1e106d09ad336ed51e5fe7b395e6e5;hp=0c60ce107c5ae8c8095f4fc62185d788f1940b70;hb=ce52b325c3cdc39c3dbc933fb9630d894a03feb0;hpb=bf83d8d38bc9a0f3b3574eb6641b619e68d7a796 diff --git a/src/src/exim_lock.c b/src/src/exim_lock.c index 0c60ce107..027a55831 100644 --- a/src/src/exim_lock.c +++ b/src/src/exim_lock.c @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/src/exim_lock.c,v 1.4 2010/05/29 12:11:48 pdp Exp $ */ - /* A program to lock a file exactly as Exim would, for investigation of interlocking problems. @@ -183,7 +181,8 @@ BOOL quiet = FALSE; BOOL restore_times = FALSE; char *filename; char *lockname = NULL, *hitchname = NULL; -char *primary_hostname, *command; +char *primary_hostname; +const char *command; struct utsname s; char buffer[256]; char tempname[256];