Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2008 17:46:30 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147095 for review
Message-ID:  <200808101746.m7AHkUE5041206@repoman.freebsd.org>

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

Change 147095 by gabor@gabor_server on 2008/08/10 17:45:44

	- More style(9)

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/fastgrep.c#8 edit

Differences ...

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

@@ -34,6 +34,12 @@
  * meantime, we need to use this workaround.
  */
 
+#include <sys/cdefs.h>
+
+#ifndef lint
+__FBSDID("$FreeBSD$");
+#endif /* not lint */
+
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>



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