artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e6b1c
)
free(3) wants stdlib.h
author
djm
<djm@openbsd.org>
Wed, 23 Feb 2022 21:21:49 +0000
(21:21 +0000)
committer
djm
<djm@openbsd.org>
Wed, 23 Feb 2022 21:21:49 +0000
(21:21 +0000)
usr.bin/ssh/auth-rhosts.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/auth-rhosts.c
b/usr.bin/ssh/auth-rhosts.c
index
2fe709c
..
2771fa5
100644
(file)
--- a/
usr.bin/ssh/auth-rhosts.c
+++ b/
usr.bin/ssh/auth-rhosts.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: auth-rhosts.c,v 1.5
5 2022/02/23 11:15:57
djm Exp $ */
+/* $OpenBSD: auth-rhosts.c,v 1.5
6 2022/02/23 21:21:49
djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-23,6
+23,7
@@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <unistd.h>
#include "packet.h"