mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
$NetBSD: patch-ao,v 1.2 2011/05/22 19:11:42 dholland Exp $
|
|
|
|
- ...?
|
|
|
|
--- dptutil/dynsize.cpp.orig 2003-12-09 19:22:47.000000000 +0000
|
|
+++ dptutil/dynsize.cpp 2003-12-09 19:25:59.000000000 +0000
|
|
@@ -68,7 +68,11 @@
|
|
if ( buf != NULL )
|
|
{
|
|
#if !defined __MWERKS__
|
|
+#if __GNUC__ >= 3
|
|
+ setbuf(buf, curSize);
|
|
+#else
|
|
setb(buf, buf + curSize, 1);
|
|
+#endif
|
|
#else
|
|
pubsetbuf (buf, curSize);
|
|
#endif
|