diff options
-rw-r--r-- | patchlevel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index f95db63f63..645620d799 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -69,7 +69,8 @@ */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { - NULL + NULL + ,"SUIDMAIL - fixes for suidperl security" ,NULL }; |