# HG changeset patch # User vimboss # Date 1242483362 0 # Node ID 6ed4a82fcfc6f1c354906dfaa5e13a192b3246a9 # Parent b5c1cb6f8d565b4fa5b714660e8a0d7f8d8f7a5e updated for version 7.2-175 diff --git a/src/if_cscope.c b/src/if_cscope.c --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -994,7 +994,7 @@ err_closing: vim_free(ppath); #if defined(UNIX) - if (execl("/bin/sh", "sh", "-c", cmd, NULL) == -1) + if (execl("/bin/sh", "sh", "-c", cmd, (char *)NULL) == -1) PERROR(_("cs_create_connection exec failed")); exit(127); diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 175, +/**/ 174, /**/ 173,