diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 23:14:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 23:14:01 +0000 |
commit | 0d353a1c13d67f468d2050bfe32887d0ba303b7b (patch) | |
tree | 1e9c7e0084937d236545c12db03577bfdbea7cfc /usr.bin/ssh/ssh-keyscan.c | |
parent | 253fef20e556beb97d859f46e51d80af53565ea3 (diff) |
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
ok djm markus
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index 367f731c06f..80a757e601f 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keyscan.c,v 1.95 2015/01/19 20:32:39 markus Exp $ */ +/* $OpenBSD: ssh-keyscan.c,v 1.96 2015/01/20 23:14:00 deraadt Exp $ */ /* * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. * @@ -8,7 +8,6 @@ */ #include <sys/types.h> -#include <sys/param.h> #include <sys/socket.h> #include <sys/queue.h> #include <sys/time.h> |