mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix style.
This commit is contained in:
parent
1e2b3b3957
commit
a059025239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433829
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user