Displaying 1 result from an estimated 1 matches for "systype_bsd".
2000 Mar 16
0
Compilation and solving problem on mips-sony-bsd.
...e/nakaji/ncvs/samba-news4/source/lib/getsmbpass.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 getsmbpass.c
--- getsmbpass.c 1999/11/08 05:13:42 1.1.1.1
+++ getsmbpass.c 1999/11/17 00:34:32
@@ -106,7 +106,11 @@
else
out = in;
+#if defined(sony_news) && defined(SYSTYPE_BSD)
+ setbuffer(in, NULL, 0);
+#else
setvbuf(in, NULL, _IONBF, 0);
+#endif
/* Turn echoing off if it is on now. */
--->8------>8------>8------>8------>8------>8------>8------>8---
Of cource, this is dirty because it's very system specific. :)
For the second ...