diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/libmicro/files/patch-mmpa.c | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | benchmarks/libmicro/files/patch-mmpa.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmarks/libmicro/files/patch-mmpa.c b/benchmarks/libmicro/files/patch-mmpa.c deleted file mode 100644 index f559f94ac2ad..000000000000 --- a/benchmarks/libmicro/files/patch-mmpa.c +++ /dev/null @@ -1,10 +0,0 @@ ---- mmap.c.orig Sat Aug 6 16:13:46 2005 -+++ mmap.c Sat Aug 6 16:14:01 2005 -@@ -7,6 +7,7 @@ - #pragma ident "@(#)mmap.c 1.6 05/08/04 SMI" - #endif - -+#include <sys/types.h> - #include <sys/mman.h> - #include <unistd.h> - #include <stdlib.h> |