diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-12 15:21:32 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-12 15:21:32 +0000 |
commit | 645a928b37cf8f09f3d0648030d5b454753428fc (patch) | |
tree | 5ddadc40c59ab1c9243329c2e914e67b4dadd7a5 /include/libbb.h | |
parent | b29a4d546bb6e8bb718b2c40b00b48ea7288c976 (diff) | |
download | busybox-w32-645a928b37cf8f09f3d0648030d5b454753428fc.tar.gz busybox-w32-645a928b37cf8f09f3d0648030d5b454753428fc.tar.bz2 busybox-w32-645a928b37cf8f09f3d0648030d5b454753428fc.zip |
bb_dev_null
git-svn-id: svn://busybox.net/trunk/busybox@11845 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-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; | |||
332 | extern const char * const bb_path_group_file; | 332 | extern const char * const bb_path_group_file; |
333 | extern const char * const bb_path_securetty_file; | 333 | extern const char * const bb_path_securetty_file; |
334 | extern const char * const bb_path_motd_file; | 334 | extern const char * const bb_path_motd_file; |
335 | 335 | extern const char * const bb_dev_null; | |
336 | /* | 336 | /* |
337 | * You can change LIBBB_DEFAULT_LOGIN_SHELL, but don`t use, | 337 | * You can change LIBBB_DEFAULT_LOGIN_SHELL, but don`t use, |
338 | * use bb_default_login_shell and next defines, | 338 | * use bb_default_login_shell and next defines, |