diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 11:46:52 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 11:46:52 +0200 |
commit | fb132e47370378474c68ad22c1c0cb2ccee178de (patch) | |
tree | 4f78d0fdd1c2fa2341c7d9bb17f9d98d099a238c /include | |
parent | 66cb7bed33da605674c3d24734466b8e8a60e337 (diff) | |
download | busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.gz busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.bz2 busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.zip |
whitespace cleanup
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/grp_.h | 2 | ||||
-rw-r--r-- | include/platform.h | 2 | ||||
-rw-r--r-- | include/pwd_.h | 2 | ||||
-rw-r--r-- | include/rtc_.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/include/grp_.h b/include/grp_.h index 7a95f88a6..5c24d558a 100644 --- a/include/grp_.h +++ b/include/grp_.h | |||
@@ -18,7 +18,7 @@ | |||
18 | 02111-1307 USA. | 18 | 02111-1307 USA. |
19 | */ | 19 | */ |
20 | /* | 20 | /* |
21 | * POSIX Standard: 9.2.1 Group Database Access <grp.h> | 21 | * POSIX Standard: 9.2.1 Group Database Access <grp.h> |
22 | */ | 22 | */ |
23 | #ifndef BB_GRP_H | 23 | #ifndef BB_GRP_H |
24 | #define BB_GRP_H 1 | 24 | #define BB_GRP_H 1 |
diff --git a/include/platform.h b/include/platform.h index 855cb289c..2666eebee 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -155,7 +155,7 @@ | |||
155 | # include <sex.h> | 155 | # include <sex.h> |
156 | #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \ | 156 | #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \ |
157 | || defined(__APPLE__) | 157 | || defined(__APPLE__) |
158 | # include <sys/resource.h> /* rlimit */ | 158 | # include <sys/resource.h> /* rlimit */ |
159 | # include <machine/endian.h> | 159 | # include <machine/endian.h> |
160 | # define bswap_64 __bswap64 | 160 | # define bswap_64 __bswap64 |
161 | # define bswap_32 __bswap32 | 161 | # define bswap_32 __bswap32 |
diff --git a/include/pwd_.h b/include/pwd_.h index aa63ac940..e40b71dab 100644 --- a/include/pwd_.h +++ b/include/pwd_.h | |||
@@ -18,7 +18,7 @@ | |||
18 | 02111-1307 USA. */ | 18 | 02111-1307 USA. */ |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * POSIX Standard: 9.2.2 User Database Access <pwd.h> | 21 | * POSIX Standard: 9.2.2 User Database Access <pwd.h> |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #ifndef BB_PWD_H | 24 | #ifndef BB_PWD_H |
diff --git a/include/rtc_.h b/include/rtc_.h index bd322c940..750fc20ec 100644 --- a/include/rtc_.h +++ b/include/rtc_.h | |||
@@ -35,9 +35,9 @@ struct linux_rtc_time { | |||
35 | }; | 35 | }; |
36 | 36 | ||
37 | struct linux_rtc_wkalrm { | 37 | struct linux_rtc_wkalrm { |
38 | unsigned char enabled; /* 0 = alarm disabled, 1 = alarm enabled */ | 38 | unsigned char enabled; /* 0 = alarm disabled, 1 = alarm enabled */ |
39 | unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ | 39 | unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ |
40 | struct linux_rtc_time time; /* time the alarm is set to */ | 40 | struct linux_rtc_time time; /* time the alarm is set to */ |
41 | }; | 41 | }; |
42 | 42 | ||
43 | /* | 43 | /* |