diff options
| author | m.shulhan <ms@kilabit.org> | 2009-08-30 22:39:23 +0700 |
|---|---|---|
| committer | m.shulhan <ms@kilabit.org> | 2009-08-30 22:39:23 +0700 |
| commit | 65a7b444bcd8eed57245a1f112b83af5770fbbd4 (patch) | |
| tree | 80163dbaeb5c0c33111d072c5dc7f2edafb88277 /proc/vos_set.c | |
| parent | 168bef43351b3c2c57e177a0ef881c1dd0cfeaf3 (diff) | |
| download | vos-65a7b444bcd8eed57245a1f112b83af5770fbbd4.tar.xz | |
Vos: use system environment to initialize Vos global variable.
proc/vos_set:
- set_proc_tmp_dir_value(): make it global function.
proc/vos_sort:
- sort_process(): set return value to null.
Diffstat (limited to 'proc/vos_set.c')
| -rw-r--r-- | proc/vos_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/vos_set.c b/proc/vos_set.c index ec00f4d..3f348f1 100644 --- a/proc/vos_set.c +++ b/proc/vos_set.c @@ -1,6 +1,6 @@ #include "proc/vos_set.h" -static int set_proc_tmp_dir_value(char *tmp) +int set_proc_tmp_dir_value(char *tmp) { int idx = 0; int s = 0; |
