1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Fix style.

This commit is contained in:
Cy Schubert 2017-02-11 01:11:58 +00:00
parent 1e2b3b3957
commit a059025239
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433829

View File

@ -66,7 +66,7 @@
-
# if !defined(_SEQUENT_) && !defined(sequent)
- strncpy(u.ut_host, host, sizeof(u.ut_host));
+ if(display)
+ if (display)
+ strncpy(u.ut_host, D_loginhost, sizeof(u.ut_host));
# endif
#endif /* UTHOST */