diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(); |