aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2016-06-29 15:29:06 +0200
committerMarkus Armbruster <armbru@redhat.com>2016-07-12 16:20:46 +0200
commitdc747bb728b15440632104e5102da01f9a1fe082 (patch)
tree5f4210642a31d69cc0561ff052a141512cdf44f9
parent2c15431d2d56894e2ee0c2c5624e0e21c08003ba (diff)
downloadslirp-dc747bb728b15440632104e5102da01f9a1fe082.zip
slirp-dc747bb728b15440632104e5102da01f9a1fe082.tar.gz
slirp-dc747bb728b15440632104e5102da01f9a1fe082.tar.bz2
Clean up decorations and whitespace around header guardsv2.7.0-rc1v2.7.0-rc0
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
-rw-r--r--bootp.h3
-rw-r--r--main.h3
-rw-r--r--tftp.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/bootp.h b/bootp.h
index 787389e..71ad7d6 100644
--- a/bootp.h
+++ b/bootp.h
@@ -1,6 +1,7 @@
/* bootp/dhcp defines */
+
#ifndef SLIRP_BOOTP_H
-#define SLIRP_BOOTP_H 1
+#define SLIRP_BOOTP_H
#define BOOTP_SERVER 67
#define BOOTP_CLIENT 68
diff --git a/main.h b/main.h
index 939b4c6..d825fb5 100644
--- a/main.h
+++ b/main.h
@@ -4,8 +4,9 @@
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
+
#ifndef SLIRP_MAIN_H
-#define SLIRP_MAIN_H 1
+#define SLIRP_MAIN_H
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
diff --git a/tftp.h b/tftp.h
index 8eff334..9d8cecb 100644
--- a/tftp.h
+++ b/tftp.h
@@ -1,6 +1,7 @@
/* tftp defines */
+
#ifndef SLIRP_TFTP_H
-#define SLIRP_TFTP_H 1
+#define SLIRP_TFTP_H
#define TFTP_SESSIONS_MAX 20