From f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 9 Apr 2009 12:35:13 +0000 Subject: *: make "pragma GCC visibility push(hidden)" less ugly --- include/usage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index af54b86a7..cbbd7516a 100644 --- a/include/usage.h +++ b/include/usage.h @@ -9,9 +9,8 @@ * or * |<5 spaces>"\ntext with tabs".... */ - -#ifndef __BB_USAGE_H__ -#define __BB_USAGE_H__ +#ifndef BB_USAGE_H +#define BB_USAGE_H 1 #define NOUSAGE_STR "\b" @@ -4921,4 +4920,5 @@ USE_FEATURE_TUNCTL_UG( \ "\nWith no -q, runs continuously monitoring for ARP conflicts," \ "\nexits only on I/O errors (link down etc)" \ -#endif /* __BB_USAGE_H__ */ + +#endif -- cgit v1.2.3-55-g6feb