1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-11 22:39:16 -04:00
ports/devel/silentbob/files/patch-include_darray.h
TAKATSU Tomonari 2067d201a4 - Add patch-include_darray.h to fix typo
- Rename patch-src-Sblib.cxx to patch-src_Sblib.cxx and
  regenerate with 'make makepatch'
- Add patch-src_fs.cxx to enable Dposix_fadvise
- Add patch-src_wit.cxx to fix fails to build with clang 4.0 [1]

PR:		216235 [1]
Submitted by:	jbeich@ [1]
MFH:		2017Q1
2017-01-29 15:42:46 +00:00

11 lines
188 B
C++

--- include/darray.h.orig 2013-11-27 15:00:46 UTC
+++ include/darray.h
@@ -6,7 +6,7 @@
*/
#ifndef DEFINE_DARRAY_H
-#define DEFINE_DARRAy_H
+#define DEFINE_DARRAY_H
class DArray
{