PERFORCE change 163900 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jun 9 14:59:53 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163900

Change 163900 by gabor at 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>


More information about the p4-projects mailing list