Module Name: src
Committed By: christos
Date: Sat Dec 7 16:38:42 UTC 2019
Modified Files:
src/crypto/external/bsd/openssh/dist: monitor.c
Log Message:
need pfilter.h
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/crypto/external/bsd/openssh/dist/monitor.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/monitor.c
diff -u src/crypto/external/bsd/openssh/dist/monitor.c:1.31 src/crypto/external/bsd/openssh/dist/monitor.c:1.32
--- src/crypto/external/bsd/openssh/dist/monitor.c:1.31 Sat Dec 7 11:32:22 2019
+++ src/crypto/external/bsd/openssh/dist/monitor.c Sat Dec 7 11:38:42 2019
@@ -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 <[email protected]>
@@ -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 @@ __RCSID("$NetBSD: monitor.c,v 1.31 2019/
#include "match.h"
#include "ssherr.h"
+#include "pfilter.h"
+
#ifdef GSSAPI
static Gssctxt *gsscontext = NULL;
#endif