delete extern declarations of sys_errlist, sys_nerr, sys_signame, and
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 02:11:31 +0000 (18:11 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 02:11:31 +0000 (18:11 -0800)
sys_siglist; they caused nothing but problems as they invariably clashed with
declarations by the programs; delete unnecessary externs from ctype.h

SCCS-vsn: include/ctype.h 5.11
SCCS-vsn: include/signal.h 5.7
SCCS-vsn: include/stdio.h 5.27
SCCS-vsn: include/unistd.h 5.32

usr/src/include/ctype.h
usr/src/include/signal.h
usr/src/include/stdio.h
usr/src/include/unistd.h

index 7cd0d0c..6f6f696 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ctype.h     8.1 (Berkeley) %G%
+ *     @(#)ctype.h     5.11 (Berkeley) %G%
  */
 
 #ifndef        _CTYPE_H_
  */
 
 #ifndef        _CTYPE_H_
@@ -59,9 +59,9 @@
 
 /* See comments in <machine/ansi.h> about _BSD_RUNE_T_. */
 __BEGIN_DECLS
 
 /* See comments in <machine/ansi.h> about _BSD_RUNE_T_. */
 __BEGIN_DECLS
-extern unsigned long   ___runetype __P((_BSD_RUNE_T_));
-extern _BSD_RUNE_T_    ___tolower __P((_BSD_RUNE_T_));
-extern _BSD_RUNE_T_    ___toupper __P((_BSD_RUNE_T_));
+unsigned long  ___runetype __P((_BSD_RUNE_T_));
+_BSD_RUNE_T_   ___tolower __P((_BSD_RUNE_T_));
+_BSD_RUNE_T_   ___toupper __P((_BSD_RUNE_T_));
 __END_DECLS
 
 /*
 __END_DECLS
 
 /*
@@ -108,10 +108,10 @@ tolower(_BSD_RUNE_T_ c)
 #else /* !_USE_CTYPE_INLINE_ */
 
 __BEGIN_DECLS
 #else /* !_USE_CTYPE_INLINE_ */
 
 __BEGIN_DECLS
-extern int             __istype __P((_BSD_RUNE_T_, unsigned long));
-extern int             __isctype __P((_BSD_RUNE_T_, unsigned long));
-extern _BSD_RUNE_T_    toupper __P((_BSD_RUNE_T_));
-extern _BSD_RUNE_T_    tolower __P((_BSD_RUNE_T_));
+int            __istype __P((_BSD_RUNE_T_, unsigned long));
+int            __isctype __P((_BSD_RUNE_T_, unsigned long));
+_BSD_RUNE_T_   toupper __P((_BSD_RUNE_T_));
+_BSD_RUNE_T_   tolower __P((_BSD_RUNE_T_));
 __END_DECLS
 #endif /* _USE_CTYPE_INLINE_ */
 
 __END_DECLS
 #endif /* _USE_CTYPE_INLINE_ */
 
index 6f442d2..0735408 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)signal.h    8.1 (Berkeley) %G%
+ *     @(#)signal.h    5.7 (Berkeley) %G%
  */
 
 #ifndef _USER_SIGNAL_H
  */
 
 #ifndef _USER_SIGNAL_H
index 1c8c9b8..782a162 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stdio.h     8.1 (Berkeley) %G%
+ *     @(#)stdio.h     5.27 (Berkeley) %G%
  */
 
 #ifndef        _STDIO_H_
  */
 
 #ifndef        _STDIO_H_
index c1d7be6..b50806c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    8.1 (Berkeley) %G%
+ *     @(#)unistd.h    5.32 (Berkeley) %G%
  */
 
 #ifndef _UNISTD_H_
  */
 
 #ifndef _UNISTD_H_