diff options
author | Rob Landley <rob@landley.net> | 2006-05-21 18:28:13 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-21 18:28:13 +0000 |
commit | c020f5f518714af603488c7d9e6cc72543fabc49 (patch) | |
tree | 1030744a4f3b96c0d3d7498e65635f8ecc898f45 /include | |
parent | 4148afe04975c6003bde330db2b074d49f25f5d3 (diff) | |
download | busybox-w32-c020f5f518714af603488c7d9e6cc72543fabc49.tar.gz busybox-w32-c020f5f518714af603488c7d9e6cc72543fabc49.tar.bz2 busybox-w32-c020f5f518714af603488c7d9e6cc72543fabc49.zip |
New version of nohup that's much smaller, less paranoid, consistent,
vaguely portable, and licensed GPLv2 "or later".
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index 8bebb234e..62b4efba9 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -105,4 +105,6 @@ | |||
105 | #define _(Text) Text | 105 | #define _(Text) Text |
106 | #define N_(Text) (Text) | 106 | #define N_(Text) (Text) |
107 | 107 | ||
108 | #define fdprintf(...) dprintf(__VA_ARGS__) | ||
109 | |||
108 | #endif /* platform.h */ | 110 | #endif /* platform.h */ |