Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 01:11:58 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433829 - head/sysutils/screen/files
Message-ID:  <201702110111.v1B1Bw0u066735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110111.v1B1Bw0u066735>