Fix build on 4.x
Reported by: krismail
This commit is contained in:
parent
fa153fb346
commit
e7941206aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163081
1 changed files with 16 additions and 0 deletions
16
security/samhain/files/patch-src__sh_extern.c
Normal file
16
security/samhain/files/patch-src__sh_extern.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- src/sh_extern.c.orig Fri Apr 7 20:07:53 2006
|
||||
+++ src/sh_extern.c Mon May 22 08:18:29 2006
|
||||
@@ -1067,9 +1067,11 @@
|
||||
*/
|
||||
int sh_ext_add_default (const char * dummy)
|
||||
{
|
||||
- (void) dummy;
|
||||
- char * p = NULL;
|
||||
+ char * p;
|
||||
int i;
|
||||
+ (void) dummy;
|
||||
+
|
||||
+ p = NULL;
|
||||
|
||||
SL_ENTER(_("sh_ext_add_default"));
|
||||
if (dummy[0] == 'n' || dummy[0] == 'N' ||
|
Loading…
Reference in a new issue