svn commit: r433829 - head/sysutils/screen/files

Cy Schubert cy at FreeBSD.org
Sat Feb 11 01:12:00 UTC 2017


Author: cy
Date: Sat Feb 11 01:11:58 2017
New Revision: 433829
URL: https://svnweb.freebsd.org/changeset/ports/433829

Log:
  Fix style.

Modified:
  head/sysutils/screen/files/patch-utmp.c

Modified: head/sysutils/screen/files/patch-utmp.c
==============================================================================
--- head/sysutils/screen/files/patch-utmp.c	Sat Feb 11 00:57:15 2017	(r433828)
+++ head/sysutils/screen/files/patch-utmp.c	Sat Feb 11 01:11:58 2017	(r433829)
@@ -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 */


More information about the svn-ports-all mailing list