Loading...
stdio/FreeBSD/puts.c.patch Libc-763.12 Libc-583
--- Libc/Libc-763.12/stdio/FreeBSD/puts.c.patch
+++ Libc/Libc-583/stdio/FreeBSD/puts.c.patch
@@ -1,6 +1,6 @@
---- 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
+--- /Volumes/XDisk/tmp/Libc/stdio/FreeBSD/puts.c.orig	2004-03-10 01:15:38.000000000 -0800
++++ /Volumes/XDisk/tmp/Libc/stdio/FreeBSD/puts.c	2004-10-24 17:08:31.000000000 -0700
+@@ -48,6 +48,9 @@
  #include "libc_private.h"
  #include "local.h"
  
@@ -10,7 +10,7 @@
  /*
   * Write the given string to stdout, appending a newline.
   */
-@@ -52,12 +55,15 @@ puts(s)
+@@ -56,12 +59,15 @@
  	char const *s;
  {
  	int retval;