summaryrefslogtreecommitdiff
path: root/security/super/files/patch-localsys.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
commit1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch)
tree17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /security/super/files/patch-localsys.h
parent- Update to 2.4.3 (diff)
Rename security/ patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363328
Diffstat (limited to 'security/super/files/patch-localsys.h')
-rw-r--r--security/super/files/patch-localsys.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/super/files/patch-localsys.h b/security/super/files/patch-localsys.h
deleted file mode 100644
index 15bdac0317ab..000000000000
--- a/security/super/files/patch-localsys.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- localsys.h.orig Fri Jun 18 09:22:22 2004
-+++ localsys.h Fri Sep 3 10:52:44 2004
-@@ -295,4 +295,6 @@
-
-+#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */
- #ifdef HAVE_MALLOC_H
- #include <malloc.h>
-+#endif
- #endif