os parser fix
This commit is contained in:
parent
e6dc62953b
commit
fe22f07134
2 changed files with 19 additions and 12 deletions
|
@ -14,7 +14,9 @@
|
|||
|
||||
#define OS_SIZE 128
|
||||
typedef struct {
|
||||
char os_name[OS_SIZE + 1];
|
||||
char os_buf[OS_SIZE + 1];
|
||||
char *os_name;
|
||||
|
||||
struct utsname uts;
|
||||
|
||||
char *pkg_cmd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue