Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio fix duplicate declaration of __glue.



details:   https://anonhg.NetBSD.org/src/rev/7e9853ae038d
branches:  trunk
changeset: 500327:7e9853ae038d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 10 04:17:28 2000 +0000

description:
fix duplicate declaration of __glue.

diffstat:

 lib/libc/stdio/glue.h |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 87690f646f0b -r 7e9853ae038d lib/libc/stdio/glue.h
--- a/lib/libc/stdio/glue.h     Sun Dec 10 04:12:03 2000 +0000
+++ b/lib/libc/stdio/glue.h     Sun Dec 10 04:17:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: glue.h,v 1.3 1995/02/02 02:10:02 jtc Exp $     */
+/*     $NetBSD: glue.h,v 1.4 2000/12/10 04:17:28 christos Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -46,4 +46,6 @@
        struct  glue *next;
        int     niobs;
        FILE    *iobs;
-} __sglue;
+};
+
+extern struct glue __sglue;



Home | Main Index | Thread Index | Old Index