diff tcp-accept.c @ 1295:750ec4ec4cbe

Convert #ifdef to #if, other build changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 May 2016 15:33:40 +0200
parents 888e3d17e962
children ae6887d9ab46
line wrap: on
line diff
--- a/tcp-accept.c	Mon May 02 23:48:16 2016 +0200
+++ b/tcp-accept.c	Wed May 04 15:33:40 2016 +0200
@@ -33,7 +33,7 @@
 #include "listener.h"
 #include "runopts.h"
 
-#ifdef DROPBEAR_TCP_ACCEPT
+#if DROPBEAR_TCP_ACCEPT
 
 static void cleanup_tcp(struct Listener *listener) {