summaryrefslogtreecommitdiff
path: root/system/openssh/fix-utmp.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-15 22:30:22 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-15 22:30:22 -0500
commit54d08c9239fbd868e132351128efa81ceb0d60db (patch)
tree9420ecdcfb6f962fe56bbc11039dfb920696bf78 /system/openssh/fix-utmp.patch
parent79ef663df99da8741bc47142bcb95dc4dec68db3 (diff)
downloadpackages-54d08c9239fbd868e132351128efa81ceb0d60db.tar.gz
packages-54d08c9239fbd868e132351128efa81ceb0d60db.tar.bz2
packages-54d08c9239fbd868e132351128efa81ceb0d60db.tar.xz
packages-54d08c9239fbd868e132351128efa81ceb0d60db.zip
system/openssh: [PD] fix, add utmps
Diffstat (limited to 'system/openssh/fix-utmp.patch')
-rw-r--r--system/openssh/fix-utmp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/openssh/fix-utmp.patch b/system/openssh/fix-utmp.patch
deleted file mode 100644
index 275e80590..000000000
--- a/system/openssh/fix-utmp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssh-6.8p1.orig/loginrec.c 2015-03-17 07:49:20.000000000 -0200
-+++ openssh-6.8p1/loginrec.c 2015-03-19 10:45:45.780276841 -0200
-@@ -783,7 +783,7 @@
- if (li->hostaddr.sa.sa_family == AF_INET)
- utx->ut_addr = li->hostaddr.sa_in.sin_addr.s_addr;
- # endif
--# ifdef HAVE_ADDR_V6_IN_UTMP
-+# ifdef HAVE_ADDR_V6_IN_UTMPX
- /* this is just a 128-bit IPv6 address */
- if (li->hostaddr.sa.sa_family == AF_INET6) {
- sa6 = ((struct sockaddr_in6 *)&li->hostaddr.sa);