diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-02-05 15:43:59 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-02-05 15:43:59 +0000 |
commit | 28a7f26d03e4579ec62b9983f8f1d63a59ee63ab (patch) | |
tree | c08d161d15742557069c68147beb0772e0fd3f37 /ssh-keyscan.c | |
parent | ec1c1409276d7fbcd43828db19496cab36079c01 (diff) |
RCSID; whitespace
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 4c8fcc05..e48c0865 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -8,9 +8,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.11 2001/01/21 19:05:57 markus Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.12 2001/02/04 15:32:26 stevesk Exp $"); -#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) +#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) #include <sys/queue.h> #else #include "fake-queue.h" @@ -212,7 +212,7 @@ fdlim_set(int lim) if (setrlimit(RLIMIT_NOFILE, &rlfd) < 0) return (-1); #elif defined (HAVE_SETDTABLESIZE) - setdtablesize (lim); + setdtablesize(lim); #endif return (0); } |