diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-16 22:56:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-16 22:56:36 +0000 |
commit | af210d1ee6c88381d94ee9d3dcfaceb584cea617 (patch) | |
tree | 6ee29fe82963d1b9b1812a78506dae0fd593050c /contrib/diff/diff.h | |
parent | 90fc35042bfcbab4d770628306d9b741a6588665 (diff) |
Notes
Diffstat (limited to 'contrib/diff/diff.h')
-rw-r--r-- | contrib/diff/diff.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/diff/diff.h b/contrib/diff/diff.h index 24f08859866f..9a92e0d9f184 100644 --- a/contrib/diff/diff.h +++ b/contrib/diff/diff.h @@ -16,14 +16,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU DIFF; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* $FreeBSD$ */ #include "system.h" #include <stdio.h> -#ifdef __FreeBSD__ -#include <gnuregex.h> -#else #include "regex.h" -#endif #define TAB_WIDTH 8 |