mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9978b53b8c
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
12 lines
227 B
C
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
|
|
*/
|