mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 19:53:24 +08:00
Fix ifdef typo for declaration of memmem.
Fixes build on IRIX. bz#3081.
This commit is contained in:
parent
01ce1cd402
commit
0bd312a362
@ -73,7 +73,7 @@ int getpagesize(void);
|
||||
char *getcwd(char *pt, size_t size);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MEMMEM
|
||||
#ifndef HAVE_MEMMEM
|
||||
void *memmem(const void *, size_t, const void *, size_t);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user