aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh/files/patch-as
blob: b65bcb5e6e6a273b7357a7498999637bbb2efed8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- pty.c.orig	Thu Dec 23 01:13:10 1999
+++ pty.c	Thu Dec 23 01:14:05 1999
@@ -16,7 +16,11 @@
 #include "includes.h"
 RCSID("$Id: pty.c,v 1.11 1999/12/11 09:35:46 markus Exp $");
 
+#ifdef __FreeBSD__
+#include <libutil.h>
+#else
 #include <util.h>
+#endif
 #include "pty.h"
 #include "ssh.h"