https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295336
--- Comment #2 from Pouria Mousavizadeh Tehrani <[email protected]> --- Comment on attachment 270791 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270791 patch >From b7c1fd64834e9417de99f97fb53f586518b0da4a Mon Sep 17 00:00:00 2001 >From: Pouria Mousavizadeh Tehrani <[email protected]> >Date: Sat, 16 May 2026 20:31:14 +0330 >Subject: [PATCH] openssh: Fix nlist function > >--- > crypto/openssh/misc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/crypto/openssh/misc.c b/crypto/openssh/misc.c >index ed3e9d31425c..3e9dad4172ae 100644 >--- a/crypto/openssh/misc.c >+++ b/crypto/openssh/misc.c >@@ -3130,7 +3130,7 @@ ptimeout_isset(struct timespec *pt) > int > lib_contains_symbol(const char *path, const char *s) > { >-#ifdef HAVE_NLIST >+#ifdef HAVE_NLIST_H > struct nlist nl[2]; > int ret = -1, r; > >-- >2.54.0 > -- You are receiving this mail because: You are the assignee for the bug.
