summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc.c b/misc.c
index ef2014f61..78bca2fae 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.c,v 1.63 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: misc.c,v 1.64 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * Copyright (c) 2005,2006 Damien Miller. All rights reserved. 4 * Copyright (c) 2005,2006 Damien Miller. All rights reserved.
@@ -26,8 +26,8 @@
26 26
27#include "includes.h" 27#include "includes.h"
28 28
29#include <sys/ioctl.h>
30#include <sys/types.h> 29#include <sys/types.h>
30#include <sys/ioctl.h>
31#include <sys/socket.h> 31#include <sys/socket.h>
32#include <sys/param.h> 32#include <sys/param.h>
33 33
@@ -50,9 +50,9 @@
50#include <net/if.h> 50#include <net/if.h>
51#endif 51#endif
52 52
53#include "xmalloc.h"
53#include "misc.h" 54#include "misc.h"
54#include "log.h" 55#include "log.h"
55#include "xmalloc.h"
56#include "ssh.h" 56#include "ssh.h"
57 57
58/* remove newline at end of string */ 58/* remove newline at end of string */