Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 14:59:46 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163900 for review
Message-ID:  <200906091459.n59ExknH000527@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163900

Change 163900 by gabor@gabor_server on 2009/06/09 14:59:34

	- Cleanup
	
	Inspired by:	delphij

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/fastgrep.c#16 edit
.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#90 edit
.. //depot/projects/soc2008/gabor_textproc/grep/queue.c#9 edit
.. //depot/projects/soc2008/gabor_textproc/grep/util.c#85 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/fastgrep.c#16 (text+ko) ====

@@ -35,10 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-
-#ifndef lint
 __FBSDID("$FreeBSD$");
-#endif /* not lint */
 
 #include <limits.h>
 #include <stdbool.h>

==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#90 (text+ko) ====

@@ -26,14 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-
-#ifndef lint
-#if 0
-__RCSID("$OpenBSD: grep.c,v 1.39 2007/09/02 15:19:32 deraadt Exp $");
-#else
 __FBSDID("$FreeBSD$");
-#endif
-#endif /* not lint */
 
 #include <sys/limits.h>
 #include <sys/stat.h>

==== //depot/projects/soc2008/gabor_textproc/grep/queue.c#9 (text+ko) ====

@@ -30,14 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-
-#ifndef lint
-#if 0
-__RCSID("$OpenBSD: queue.c,v 1.5 2006/02/09 09:54:47 otto Exp $");
-#else
 __FBSDID("$FreeBSD$");
-#endif
-#endif /* not lint */
 
 #include <sys/param.h>
 #include <sys/queue.h>

==== //depot/projects/soc2008/gabor_textproc/grep/util.c#85 (text+ko) ====

@@ -26,14 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-
-#ifndef lint
-#if 0
-__RCSID("$OpenBSD: util.c,v 1.36 2007/10/02 17:59:18 otto Exp $");
-#else
 __FBSDID("$FreeBSD$");
-#endif
-#endif /* not lint */
 
 #include <sys/stat.h>
 #include <sys/types.h>



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