diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-12 15:21:32 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-12 15:21:32 +0000 |
commit | 86a1073e0bfa608defbfaa43d94a537c5e700efe (patch) | |
tree | 5ddadc40c59ab1c9243329c2e914e67b4dadd7a5 /include | |
parent | 3ade65fc0451e898f3750a581c9a12abfe04b57e (diff) | |
download | busybox-86a1073e0bfa608defbfaa43d94a537c5e700efe.tar.gz |
bb_dev_null
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index ee5fb8475..e3087db18 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -332,7 +332,7 @@ extern const char * const bb_path_gshadow_file; extern const char * const bb_path_group_file; extern const char * const bb_path_securetty_file; extern const char * const bb_path_motd_file; - +extern const char * const bb_dev_null; /* * You can change LIBBB_DEFAULT_LOGIN_SHELL, but don`t use, * use bb_default_login_shell and next defines, |