From daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 12 Jul 2013 15:01:45 +0000 Subject: - Trim Makefile headers - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files --- editors/chexedit/files/patch-src-init.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 editors/chexedit/files/patch-src-init.c (limited to 'editors/chexedit/files/patch-src-init.c') diff --git a/editors/chexedit/files/patch-src-init.c b/editors/chexedit/files/patch-src-init.c new file mode 100644 index 000000000000..9aaaee5c9745 --- /dev/null +++ b/editors/chexedit/files/patch-src-init.c @@ -0,0 +1,23 @@ +--- src/init.c.orig Sun Aug 8 09:56:11 1999 ++++ src/init.c Sat Mar 17 22:23:57 2001 +@@ -33,6 +33,11 @@ + #include + #endif + ++#if defined(__FreeBSD__) ++#include ++#include ++#endif ++ + extern char **environ; + + +@@ -463,7 +468,7 @@ + filestat.st_size = DEFAULT_BUFFER_SIZE; + } + +-#elif defined (__OpenBSD__) ++#elif defined (__OpenBSD__) || defined(__FreeBSD__) + else if (Globals.fixed_disk) + { + -- cgit v1.2.3