summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 00:44:43 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 00:44:43 +0900
commit34dd561cf893cc54854978c016254398bf84b83e (patch)
tree21ffaf3939b4f8650f0f85b0bf7bbbee7ff6e9f6 /main.c
parent759ca0074f7275b0bd1e58bc88ad2779035c9fb8 (diff)
それもあるのか・・・
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 817d3e5..5e7757f 100644
--- a/main.c
+++ b/main.c
@@ -17,7 +17,11 @@ int main() {
display_user_name();
printf("@");
display_user_host();
+#ifdef __NetBSD__
printf("\n------------------\n");
+#else
+ printf("------------------\n");
+#endif
printf("OS: ");
display_os_name();