From 34dd561cf893cc54854978c016254398bf84b83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 00:44:43 +0900 Subject: =?UTF-8?q?=E3=81=9D=E3=82=8C=E3=82=82=E3=81=82=E3=82=8B=E3=81=AE?= =?UTF-8?q?=E3=81=8B=E3=83=BB=E3=83=BB=E3=83=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.c') 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(); -- cgit v1.2.3