summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ak
blob: 7248dbab9bed417c7b638cccc67d33f9bd9db2a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./login.c.orig	Sat Nov 13 16:50:45 1999
+++ ./login.c	Sat Nov 13 17:59:23 1999
@@ -20,7 +20,11 @@
 #include "includes.h"
 RCSID("$Id: login.c,v 1.7 1999/09/30 16:55:06 deraadt Exp $");
 
+#if defined(__FreeBSD__)
+#include <libutil.h>
+#else
 #include <util.h>
+#endif
 #include <utmp.h>
 #include "ssh.h"