Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 07:51:42 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336865 - head/usr.bin/truncate
Message-ID:  <201807290751.w6T7pgRS083028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Jul 29 07:51:42 2018
New Revision: 336865
URL: https://svnweb.freebsd.org/changeset/base/336865

Log:
  truncate: delintify

Modified:
  head/usr.bin/truncate/truncate.c

Modified: head/usr.bin/truncate/truncate.c
==============================================================================
--- head/usr.bin/truncate/truncate.c	Sun Jul 29 07:51:40 2018	(r336864)
+++ head/usr.bin/truncate/truncate.c	Sun Jul 29 07:51:42 2018	(r336865)
@@ -27,10 +27,8 @@
  *
  */
 
-#ifndef lint
 static const char rcsid[] =
     "$FreeBSD$";
-#endif
 
 #include <sys/stat.h>
 



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