]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/setvbuf.c
Libc-1272.200.26.tar.gz
[apple/libc.git] / stdio / FreeBSD / setvbuf.c
index 166d5b129c31ee6c7d26b7dd2ee361ffee258f54..bedaa37f9f0df4014b1d87ada92790990e9ec327 100644 (file)
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
@@ -38,7 +34,7 @@
 static char sccsid[] = "@(#)setvbuf.c  8.2 (Berkeley) 11/16/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/stdio/setvbuf.c,v 1.13 2002/09/06 11:23:55 tjr Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/stdio/setvbuf.c,v 1.14 2007/01/09 00:28:07 imp Exp $");
 
 #include "namespace.h"
 #include <stdio.h>