forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes: https://www.openssh.com/txt/release-9.9 Had to remove the configure option --disable-wtmp to get it to build. Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]> Signed-off-by: Sibren Vasse <[email protected]>
- Loading branch information
1 parent
446c9dd
commit 6881995
Showing
3 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
net/openssh/patches/100-fix-incompatible-ptr-GCC-14.1.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/loginrec.c b/loginrec.c | ||
index 7460bb2..795b5b5 100644 | ||
--- a/loginrec.c | ||
+++ b/loginrec.c | ||
@@ -614,7 +614,7 @@ line_abbrevname(char *dst, const char *src, int dstsize) | ||
** into account. | ||
**/ | ||
|
||
-#if defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN) | ||
+#if defined(USE_BTMP) || defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN) | ||
|
||
/* build the utmp structure */ | ||
void |