svn commit: r251170 - head/contrib/less

Xin LI delphij at FreeBSD.org
Fri May 31 00:31:47 UTC 2013


Author: delphij
Date: Fri May 31 00:31:45 2013
New Revision: 251170
URL: http://svnweb.freebsd.org/changeset/base/251170

Log:
  Revert files with no local changes to their vendor state to ease future
  upgrading.

Modified:
  head/contrib/less/less.h
  head/contrib/less/line.c
  head/contrib/less/prompt.c
  head/contrib/less/screen.c
  head/contrib/less/search.c

Modified: head/contrib/less/less.h
==============================================================================
--- head/contrib/less/less.h	Fri May 31 00:21:05 2013	(r251169)
+++ head/contrib/less/less.h	Fri May 31 00:31:45 2013	(r251170)
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
 /*
  * Copyright (C) 1984-2012  Mark Nudelman
  *

Modified: head/contrib/less/line.c
==============================================================================
--- head/contrib/less/line.c	Fri May 31 00:21:05 2013	(r251169)
+++ head/contrib/less/line.c	Fri May 31 00:31:45 2013	(r251170)
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
 /*
  * Copyright (C) 1984-2012  Mark Nudelman
  *

Modified: head/contrib/less/prompt.c
==============================================================================
--- head/contrib/less/prompt.c	Fri May 31 00:21:05 2013	(r251169)
+++ head/contrib/less/prompt.c	Fri May 31 00:31:45 2013	(r251170)
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
 /*
  * Copyright (C) 1984-2012  Mark Nudelman
  *

Modified: head/contrib/less/screen.c
==============================================================================
--- head/contrib/less/screen.c	Fri May 31 00:21:05 2013	(r251169)
+++ head/contrib/less/screen.c	Fri May 31 00:31:45 2013	(r251170)
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
 /*
  * Copyright (C) 1984-2012  Mark Nudelman
  *

Modified: head/contrib/less/search.c
==============================================================================
--- head/contrib/less/search.c	Fri May 31 00:21:05 2013	(r251169)
+++ head/contrib/less/search.c	Fri May 31 00:31:45 2013	(r251170)
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
 /*
  * Copyright (C) 1984-2012  Mark Nudelman
  *
@@ -28,7 +27,6 @@ extern int linenums;
 extern int sc_height;
 extern int jump_sline;
 extern int bs_mode;
-extern int less_is_more;
 extern int ctldisp;
 extern int status_col;
 extern void * constant ml_search;


More information about the svn-src-all mailing list