From a2bd4b2b5cee06e89084910171341e729fc215e2 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 01:43:55 +0900 Subject: =?UTF-8?q?FreeBSD:=20=E3=83=9B=E3=82=B9=E3=83=88=E5=90=8D?= =?UTF-8?q?=E3=81=A8=E3=83=A2=E3=83=87=E3=83=AB=E5=90=8D=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 5e7757f..b1aede5 100644 --- a/main.c +++ b/main.c @@ -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(); -- cgit v1.2.3