diff options
author | deraadt@openbsd.org <deraadt@openbsd.org> | 2015-01-21 00:14:00 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-26 13:58:53 +0100 |
commit | 087266ec33c76fc8d54ac5a19efacf2f4a4ca076 (patch) | |
tree | 71f57bb41b61561ebaa13026d8dc5d04d9829b00 /ssh-pkcs11-helper.c | |
parent | upstream commit (diff) | |
download | openssh-087266ec33c76fc8d54ac5a19efacf2f4a4ca076.tar.xz openssh-087266ec33c76fc8d54ac5a19efacf2f4a4ca076.zip |
upstream commit
Reduce use of <sys/param.h> and transition to <limits.h>
throughout. ok djm markus
Diffstat (limited to 'ssh-pkcs11-helper.c')
-rw-r--r-- | ssh-pkcs11-helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c index d487f023b..ceabc8ba7 100644 --- a/ssh-pkcs11-helper.c +++ b/ssh-pkcs11-helper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-pkcs11-helper.c,v 1.9 2014/12/11 08:20:09 djm Exp $ */ +/* $OpenBSD: ssh-pkcs11-helper.c,v 1.10 2015/01/20 23:14:00 deraadt Exp $ */ /* * Copyright (c) 2010 Markus Friedl. All rights reserved. * @@ -18,7 +18,6 @@ #include "includes.h" #include <sys/types.h> -#include <sys/param.h> #ifdef HAVE_SYS_TIME_H # include <sys/time.h> #endif |