diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 01:43:55 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 01:43:55 +0900 |
commit | a2bd4b2b5cee06e89084910171341e729fc215e2 (patch) | |
tree | 1e2a773c3748038176f44c0d16e58b3411b7125d /main.c | |
parent | 88cdbee9d9cfd258e1ef4117af556fc09b126427 (diff) |
FreeBSD: ホスト名とモデル名の修正
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,11 +17,7 @@ int main() { display_user_name(); printf("@"); display_user_host(); -#ifdef __NetBSD__ - printf("\n------------------\n"); -#else printf("------------------\n"); -#endif printf("OS: "); display_os_name(); |