mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove patch that isn't necessary anymore. This should fix build on -current.
Submitted by: sf
This commit is contained in:
parent
4b9f2d5547
commit
afa489d27a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44553
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- lib/loop_wchar.h 2001/05/29 09:13:16 1.1
|
|
||||||
+++ lib/loop_wchar.h 2001/05/29 09:14:16
|
|
||||||
@@ -32,7 +32,7 @@
|
|
||||||
#define mbsinit(ps) 1
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
-#ifndef mbstate_t
|
|
||||||
+#if !defined(mbstate_t) && !defined(__FreeBSD__)
|
|
||||||
typedef int mbstate_t;
|
|
||||||
#endif
|
|
||||||
#endif
|
|
Loading…
Add table
Reference in a new issue