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 need pfilter.h
details: https://anonhg.NetBSD.org/src/rev/c08a20ac83b0
branches: trunk
changeset: 465932:c08a20ac83b0
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 07 16:38:42 2019 +0000
description:
need pfilter.h
diffstat:
crypto/external/bsd/openssh/dist/monitor.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 401954bb51c9 -r c08a20ac83b0 crypto/external/bsd/openssh/dist/monitor.c
--- a/crypto/external/bsd/openssh/dist/monitor.c Sat Dec 07 16:32:22 2019 +0000
+++ b/crypto/external/bsd/openssh/dist/monitor.c Sat Dec 07 16:38:42 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: monitor.c,v 1.31 2019/12/07 16:32:22 christos Exp $ */
+/* $NetBSD: monitor.c,v 1.32 2019/12/07 16:38:42 christos Exp $ */
/* $OpenBSD: monitor.c,v 1.199 2019/10/07 23:10:38 djm Exp $ */
/*
* Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -27,7 +27,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: monitor.c,v 1.31 2019/12/07 16:32:22 christos Exp $");
+__RCSID("$NetBSD: monitor.c,v 1.32 2019/12/07 16:38:42 christos Exp $");
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/socket.h>
@@ -85,6 +85,8 @@
#include "match.h"
#include "ssherr.h"
+#include "pfilter.h"
+
#ifdef GSSAPI
static Gssctxt *gsscontext = NULL;
#endif
Home |
Main Index |
Thread Index |
Old Index