aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/md5sum.c2
-rw-r--r--md5sum.c2
-rw-r--r--networking/telnet.c2
-rw-r--r--telnet.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/md5sum.c b/coreutils/md5sum.c
index fad563fe7..a791a41b0 100644
--- a/coreutils/md5sum.c
+++ b/coreutils/md5sum.c
@@ -96,7 +96,7 @@ extern _IO_ssize_t getline __P ((char **, size_t *, FILE *));
96 96
97#include <stdio.h> 97#include <stdio.h>
98 98
99#if defined HAVE_LIMITS_H || _LIBC 99#if defined HAVE_LIMITS_H || defined _LIBC
100# include <limits.h> 100# include <limits.h>
101#endif 101#endif
102 102
diff --git a/md5sum.c b/md5sum.c
index fad563fe7..a791a41b0 100644
--- a/md5sum.c
+++ b/md5sum.c
@@ -96,7 +96,7 @@ extern _IO_ssize_t getline __P ((char **, size_t *, FILE *));
96 96
97#include <stdio.h> 97#include <stdio.h>
98 98
99#if defined HAVE_LIMITS_H || _LIBC 99#if defined HAVE_LIMITS_H || defined _LIBC
100# include <limits.h> 100# include <limits.h>
101#endif 101#endif
102 102
diff --git a/networking/telnet.c b/networking/telnet.c
index 3e43c4a1b..40cf7a128 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -49,7 +49,7 @@
49#define DOTRACE 1 49#define DOTRACE 1
50#endif 50#endif
51 51
52#if DOTRACE 52#ifdef DOTRACE
53#include <arpa/inet.h> /* for inet_ntoa()... */ 53#include <arpa/inet.h> /* for inet_ntoa()... */
54#define TRACE(x, y) do { if (x) printf y; } while (0) 54#define TRACE(x, y) do { if (x) printf y; } while (0)
55#else 55#else
diff --git a/telnet.c b/telnet.c
index 3e43c4a1b..40cf7a128 100644
--- a/telnet.c
+++ b/telnet.c
@@ -49,7 +49,7 @@
49#define DOTRACE 1 49#define DOTRACE 1
50#endif 50#endif
51 51
52#if DOTRACE 52#ifdef DOTRACE
53#include <arpa/inet.h> /* for inet_ntoa()... */ 53#include <arpa/inet.h> /* for inet_ntoa()... */
54#define TRACE(x, y) do { if (x) printf y; } while (0) 54#define TRACE(x, y) do { if (x) printf y; } while (0)
55#else 55#else