New version of nohup that's much smaller, less paranoid, consistent,

vaguely portable, and licensed GPLv2 "or later".
This commit is contained in:
Rob Landley
2006-05-21 18:28:13 +00:00
parent 4148afe049
commit c020f5f518
3 changed files with 38 additions and 181 deletions

View File

@@ -105,4 +105,6 @@
#define _(Text) Text
#define N_(Text) (Text)
#define fdprintf(...) dprintf(__VA_ARGS__)
#endif /* platform.h */