diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-20 14:58:37 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-20 14:58:37 +0900 |
commit | c422e00ebe2d308f08309aaff153d3d780322544 (patch) | |
tree | 149903ce6369703c0ec47db74214aa287b7a1e47 /src/host.c | |
parent | 23ec77e8574e39c13b44efd6f43e7804ce2aa9ed (diff) |
Illumos: コンパイルの問題の解決
Diffstat (limited to 'src/host.c')
-rw-r--r-- | src/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ void display_host_model() { "awk -F':' '/banner-name/ {printf $2}'"); if (!cmd) return; printf("%s", cmd); - free((void *)cm(void *)cmd); + free((void *)cmd); #elif defined(__linux__) const char *cmd1 = NULL; const char *cmd2 = NULL; |