Loading...
stdio/fvwrite.h Libc-262 Libc-498.1.1
--- Libc/Libc-262/stdio/fvwrite.h
+++ Libc/Libc-498.1.1/stdio/fvwrite.h
@@ -34,6 +34,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)fvwrite.h	8.1 (Berkeley) 6/4/93
+ * $FreeBSD: src/lib/libc/stdio/fvwrite.h,v 1.3 2002/05/28 16:59:39 alfred Exp $
  */
 
 /*
@@ -49,8 +50,4 @@
 	int	uio_resid;
 };
 
-#if __STDC__ || c_plusplus
 extern int __sfvwrite(FILE *, struct __suio *);
-#else
-extern int __sfvwrite();
-#endif