bb_dev_null

This commit is contained in:
"Vladimir N. Oleynik" 2005-10-12 15:21:32 +00:00
parent 3ade65fc04
commit 86a1073e0b
4 changed files with 7 additions and 7 deletions

View file

@ -97,3 +97,7 @@ const char * const bb_path_motd_file = MOTD_FILE;
const char * const bb_default_login_shell = LIBBB_DEFAULT_LOGIN_SHELL;
#endif
#ifdef L_dev_null
const char * const bb_dev_null = "dev/null";
#endif