Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssh/dist PR/53908: Alex Raschi: Incl...
details: https://anonhg.NetBSD.org/src/rev/dd8bd4de5007
branches: trunk
changeset: 448190:dd8bd4de5007
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 25 14:29:05 2019 +0000
description:
PR/53908: Alex Raschi: Include <sys/socket.h> for socketpair(2)
diffstat:
crypto/external/bsd/openssh/dist/auth-pam.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r c2b427698672 -r dd8bd4de5007 crypto/external/bsd/openssh/dist/auth-pam.c
--- a/crypto/external/bsd/openssh/dist/auth-pam.c Fri Jan 25 08:51:29 2019 +0000
+++ b/crypto/external/bsd/openssh/dist/auth-pam.c Fri Jan 25 14:29:05 2019 +0000
@@ -51,7 +51,7 @@
/*
* NetBSD local changes
*/
-__RCSID("$NetBSD: auth-pam.c,v 1.17 2018/08/27 17:47:48 tnn Exp $");
+__RCSID("$NetBSD: auth-pam.c,v 1.18 2019/01/25 14:29:05 christos Exp $");
#define _LIB_PTHREAD_H
#undef USE_POSIX_THREADS /* Not yet */
#define HAVE_SECURITY_PAM_APPL_H
@@ -65,6 +65,7 @@
/* end NetBSD local changes */
#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/wait.h>
Home |
Main Index |
Thread Index |
Old Index