diff options
| author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-20 21:33:50 +0000 |
|---|---|---|
| committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-20 21:33:50 +0000 |
| commit | 9729696c5cb03cde296e7e9a327ff09ce31e1f42 (patch) | |
| tree | d522d6eb89df384b6fe56b100028b4b8af9dda35 /include | |
| parent | 68518bebf9ae94b51427fcf53c34beed69509b6c (diff) | |
| download | busybox-w32-9729696c5cb03cde296e7e9a327ff09ce31e1f42.tar.gz busybox-w32-9729696c5cb03cde296e7e9a327ff09ce31e1f42.tar.bz2 busybox-w32-9729696c5cb03cde296e7e9a327ff09ce31e1f42.zip | |
- get_terminal_width_height does not and should never write to fd. Cosmetic Precaution
git-svn-id: svn://busybox.net/trunk/busybox@17421 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 30d3006ad..0b066d1bd 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -570,7 +570,7 @@ extern void vfork_daemon(int nochdir, int noclose); | |||
| 570 | extern void vfork_daemon_rexec(int nochdir, int noclose, | 570 | extern void vfork_daemon_rexec(int nochdir, int noclose, |
| 571 | int argc, char **argv, char *foreground_opt); | 571 | int argc, char **argv, char *foreground_opt); |
| 572 | #endif | 572 | #endif |
| 573 | extern int get_terminal_width_height(int fd, int *width, int *height); | 573 | extern int get_terminal_width_height(const int fd, int *width, int *height); |
| 574 | 574 | ||
| 575 | int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); | 575 | int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); |
| 576 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); | 576 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); |
