aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:56:11 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:56:11 +0700
commit9db69882bee2d528d706d61d34ef7741122330be (patch)
treef46c4ed5cae58956cd165e552ea4e366fd9b1a6c /include
parent3f357a9c754805c4c38793749927aeda82797735 (diff)
parente4dcba1c103dc28e927e004791e331aaf604383d (diff)
downloadbusybox-w32-9db69882bee2d528d706d61d34ef7741122330be.tar.gz
busybox-w32-9db69882bee2d528d706d61d34ef7741122330be.tar.bz2
busybox-w32-9db69882bee2d528d706d61d34ef7741122330be.zip
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'
Conflicts: libbb/make_directory.c
Diffstat (limited to 'include')
-rw-r--r--include/dump.h2
-rw-r--r--include/libbb.h4
-rw-r--r--include/platform.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/dump.h b/include/dump.h
index 925270d9c..4c237ef05 100644
--- a/include/dump.h
+++ b/include/dump.h
@@ -45,7 +45,7 @@ typedef struct FS { /* format strings */
45typedef struct dumper_t { 45typedef struct dumper_t {
46 off_t dump_skip; /* bytes to skip */ 46 off_t dump_skip; /* bytes to skip */
47 int dump_length; /* max bytes to read */ 47 int dump_length; /* max bytes to read */
48 smallint dump_vflag; /*enum dump_vflag_t*/ 48 smallint dump_vflag; /*enum dump_vflag_t*/
49 FS *fshead; 49 FS *fshead;
50} dumper_t; 50} dumper_t;
51 51
diff --git a/include/libbb.h b/include/libbb.h
index 2936a8816..715f1e102 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -231,11 +231,11 @@ typedef unsigned long uoff_t;
231 231
232/* Macros for min/max. */ 232/* Macros for min/max. */
233#ifndef MIN 233#ifndef MIN
234#define MIN(a,b) (((a)<(b))?(a):(b)) 234#define MIN(a,b) (((a)<(b))?(a):(b))
235#endif 235#endif
236 236
237#ifndef MAX 237#ifndef MAX
238#define MAX(a,b) (((a)>(b))?(a):(b)) 238#define MAX(a,b) (((a)>(b))?(a):(b))
239#endif 239#endif
240 240
241/* buffer allocation schemes */ 241/* buffer allocation schemes */
diff --git a/include/platform.h b/include/platform.h
index 3400fdfd5..04fee8d03 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 5 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
6 */ 6 */
7#ifndef BB_PLATFORM_H 7#ifndef BB_PLATFORM_H
8#define BB_PLATFORM_H 1 8#define BB_PLATFORM_H 1
9 9
10#if ENABLE_PLATFORM_MINGW32 10#if ENABLE_PLATFORM_MINGW32