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 include <unistd.h> for clos...
details: https://anonhg.NetBSD.org/src/rev/f1a9508a0865
branches: trunk
changeset: 350328:f1a9508a0865
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 10 13:53:26 2017 +0000
description:
include <unistd.h> for close, pipe, dup2 etc.
diffstat:
crypto/external/bsd/openssh/dist/monitor.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r bb414789176f -r f1a9508a0865 crypto/external/bsd/openssh/dist/monitor.c
--- a/crypto/external/bsd/openssh/dist/monitor.c Tue Jan 10 13:51:36 2017 +0000
+++ b/crypto/external/bsd/openssh/dist/monitor.c Tue Jan 10 13:53:26 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: monitor.c,v 1.20 2016/12/25 00:07:47 christos Exp $ */
+/* $NetBSD: monitor.c,v 1.21 2017/01/10 13:53:26 christos Exp $ */
/* $OpenBSD: monitor.c,v 1.166 2016/09/28 16:33:06 djm Exp $ */
/*
@@ -28,7 +28,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: monitor.c,v 1.20 2016/12/25 00:07:47 christos Exp $");
+__RCSID("$NetBSD: monitor.c,v 1.21 2017/01/10 13:53:26 christos Exp $");
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/socket.h>
@@ -47,6 +47,7 @@
#include <pwd.h>
#include <signal.h>
#include <stdarg.h>
+#include <unistd.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index