summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-06-22 08:29:45 +0000
committerEric Andersen <andersen@codepoet.org>2004-06-22 08:29:45 +0000
commited9ecf78942e6da6f23f2e480639135c10631313 (patch)
tree1f7b66f71f04cf66fab5fc0a385adb34d5d5b97b /include
parent16a4c4167434d3626cdaf882fd6738dee2192606 (diff)
downloadbusybox-w32-ed9ecf78942e6da6f23f2e480639135c10631313.tar.gz
busybox-w32-ed9ecf78942e6da6f23f2e480639135c10631313.tar.bz2
busybox-w32-ed9ecf78942e6da6f23f2e480639135c10631313.zip
Patch from Bastian Blank:
The updated patch adds a config option to explicitely enable 64 bit arithmetic. Also it removes the arith prototype from libbb.h as it is not used outside of ash. Bastian this patch has been slightly modified by Erik for cleanliness.
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index b65043cf3..17a5940ca 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -289,8 +289,6 @@ char *concat_path_file(const char *path, const char *filename);
289char *concat_subpath_file(const char *path, const char *filename); 289char *concat_subpath_file(const char *path, const char *filename);
290char *last_char_is(const char *s, int c); 290char *last_char_is(const char *s, int c);
291 291
292extern long arith (const char *startbuf, int *errcode);
293
294int read_package_field(const char *package_buffer, char **field_name, char **field_value); 292int read_package_field(const char *package_buffer, char **field_name, char **field_value);
295//#warning yuk! 293//#warning yuk!
296char *fgets_str(FILE *file, const char *terminating_string); 294char *fgets_str(FILE *file, const char *terminating_string);