BSD 4_3 release
[unix-history] / usr / src / lib / libc / stdio / setbuffer.c
index e83854f..7b3c1fc 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)setbuffer.c     4.5 (Berkeley) %G% */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)setbuffer.c        5.2 (Berkeley) 3/9/86";
+#endif LIBC_SCCS and not lint
+
 #include       <stdio.h>
 
 setbuffer(iop, buf, size)
 #include       <stdio.h>
 
 setbuffer(iop, buf, size)