aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-11 11:16:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-11 11:16:27 +0000
commit161f948dd38ac62ee72a8314399f9e8582e30161 (patch)
tree0cc481985ee5db0330543f5c1317b323191baf4a /include
parent48eaae4831a03ee384f50f0984f6d97f2e291759 (diff)
downloadsrc-161f948dd38ac62ee72a8314399f9e8582e30161.tar.gz
src-161f948dd38ac62ee72a8314399f9e8582e30161.zip
Merge Lite2 changes
(Just version number)
Notes
Notes: svn path=/head/; revision=23655
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index fe11fb54b5b1..9cd10bb6d660 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -33,8 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)stdio.h 8.4 (Berkeley) 1/4/94
- * $Id: stdio.h,v 1.10 1997/02/23 09:17:15 peter Exp $
+ * @(#)stdio.h 8.5 (Berkeley) 4/29/95
+ * $Id: stdio.h,v 1.11 1997/03/02 13:41:23 ache Exp $
*/
#ifndef _STDIO_H_