diff options
author | 2014-12-14 16:55:59 +0000 | |
---|---|---|
committer | 2014-12-14 16:55:59 +0000 | |
commit | ea78784a4345acd0a0192aa4492d15d929adf09d (patch) | |
tree | 0f49e560ac5e06212e7d698efc3a8a230a6a235e | |
parent | Convert all of the straight forward client handshake handling code to use (diff) | |
download | wireguard-openbsd-ea78784a4345acd0a0192aa4492d15d929adf09d.tar.xz wireguard-openbsd-ea78784a4345acd0a0192aa4492d15d929adf09d.zip |
Remove unused <stdlib.h>
ok lteo@ krw@ deraadt@
-rw-r--r-- | bin/echo/echo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c index fbb326c0560..36cfe5aefc8 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: echo.c,v 1.7 2009/10/27 23:59:21 deraadt Exp $ */ +/* $OpenBSD: echo.c,v 1.8 2014/12/14 16:55:59 bcallah Exp $ */ /* $NetBSD: echo.c,v 1.6 1995/03/21 09:04:27 cgd Exp $ */ /* @@ -31,7 +31,6 @@ */ #include <stdio.h> -#include <stdlib.h> #include <string.h> /* ARGSUSED */ |