1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/lang/mono/files/extra-patch-support_mph.h
Jeremy Messenger 9978b53b8c Update to 1.1.7, Bill Middleton has been working against the Mono SVN to fix
FreeBSD problems with Mono. As of Mono 1.1.7, Mono has made a tremendous leap
in stability on FreeBSD. Many C# apps now works much better with Mono 1.1.7.

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-05-16 06:32:36 +00:00

12 lines
227 B
C

--- support/mph.h.orig Tue Apr 5 10:43:05 2005
+++ support/mph.h Thu May 5 17:34:31 2005
@@ -149,6 +149,8 @@
#endif /* ndef INC_mph_H */
+int ttyname_r (int fd, char *buf, size_t buflen);
+
/*
* vim: noexpandtab
*/