summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch/EXTERN.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-09-03 20:03:10 +0000
committerpfg <pfg@FreeBSD.org>2013-09-03 20:03:10 +0000
commita4c67efd5f829f228095cfa9ef30069364d2f824 (patch)
treed79bd8ca7c9a7aadb9b5df43a44c69677f29efb3 /gnu/usr.bin/patch/EXTERN.h
parent0ad83fb9853866226b8cf7681559a523baee8467 (diff)
downloadFreeBSD-src-a4c67efd5f829f228095cfa9ef30069364d2f824.zip
FreeBSD-src-a4c67efd5f829f228095cfa9ef30069364d2f824.tar.gz
Remove our hacked GNU patch.
The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ . A much newer version of GNU patch is available in the ports tree (devel/patch). Disconnect from the build and remove.
Diffstat (limited to 'gnu/usr.bin/patch/EXTERN.h')
-rw-r--r--gnu/usr.bin/patch/EXTERN.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/usr.bin/patch/EXTERN.h b/gnu/usr.bin/patch/EXTERN.h
deleted file mode 100644
index 374c94f..0000000
--- a/gnu/usr.bin/patch/EXTERN.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* $FreeBSD$
- *
- * $Log: EXTERN.h,v $
- * Revision 2.0 86/09/17 15:35:37 lwall
- * Baseline for netwide release.
- *
- */
-
-#ifdef EXT
-#undef EXT
-#endif
-#define EXT extern
-
-#ifdef INIT
-#undef INIT
-#endif
-#define INIT(x)
-
-#ifdef DOINIT
-#undef DOINIT
-#endif
OpenPOWER on IntegriCloud