summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-sshpty.c
blob: 779f890a149380f2869dd2a8606827c2a7cdef7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- sshpty.c.orig	Sun Mar  4 02:46:30 2001
+++ sshpty.c	Sat May 26 15:21:34 2001
@@ -14,7 +14,11 @@
 #include "includes.h"
 RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
 
+#ifdef __FreeBSD__
+#include <libutil.h>
+#else
 #include <util.h>
+#endif
 #include "sshpty.h"
 #include "log.h"