1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Remove patch that isn't necessary anymore. This should fix build on -current.

Submitted by:	sf
This commit is contained in:
Maxim Sobolev 2001-06-29 10:31:07 +00:00
parent 4b9f2d5547
commit afa489d27a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44553

View File

@ -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