Loading...
--- Libc/Libc-320/stdio/FreeBSD/puts.c.patch
+++ Libc/Libc-763.12/stdio/FreeBSD/puts.c.patch
@@ -1,8 +1,8 @@
---- puts.c.orig Tue May 20 15:22:43 2003
-+++ puts.c Thu Jul 31 13:21:00 2003
-@@ -47,6 +47,9 @@
- #include "fvwrite.h"
+--- puts.c.bsdnew 2009-11-11 13:33:14.000000000 -0800
++++ puts.c 2009-11-11 13:33:14.000000000 -0800
+@@ -44,6 +44,9 @@ __FBSDID("$FreeBSD: src/lib/libc/stdio/p
#include "libc_private.h"
+ #include "local.h"
+// 3340719: __puts_null__ is used if string is NULL. Shared by fputs.c
+__private_extern__ char const __puts_null__[] = "(null)";
@@ -10,7 +10,7 @@
/*
* Write the given string to stdout, appending a newline.
*/
-@@ -55,12 +58,15 @@
+@@ -52,12 +55,15 @@ puts(s)
char const *s;
{
int retval;