Subject: lib/74: libterm/termcap.c has inconsistent declarations
To: None <gnats-admin>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 01/13/1994 13:05:05
>Number:         74
>Category:       lib
>Synopsis:       libterm/termcap.c has inconsistent declarations
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnats-admin (Library Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 13 13:05:02 1994
>Originator:     Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:        
>Environment:
    	
System: NetBSD ed209 0.9a ED209#0 i386

Machine: i386
>Description:
	libterm/termcap.c has inconsistent declarations for two internal
	functions.
>How-To-Repeat:
	
>Fix:
*** termcap.c-	Fri Dec 17 07:32:47 1993
--- termcap.c	Tue Dec 28 12:19:29 1993
***************
*** 63,71 ****
  static	char pathbuf[PBUFSIZ];		/* holds raw path of filenames */
  static	char *pathvec[PVECSIZ];		/* to point to names in pathbuf */
  static	char **pvec;			/* holds usable tail of path vector */
! char	*tskip();
  char	*tgetstr();
- char	*tdecode();
  char	*getenv();
  
  /*
--- 63,71 ----
  static	char pathbuf[PBUFSIZ];		/* holds raw path of filenames */
  static	char *pathvec[PVECSIZ];		/* to point to names in pathbuf */
  static	char **pvec;			/* holds usable tail of path vector */
! static	char *tskip();
! static	char *tdecode();
  char	*tgetstr();
  char	*getenv();
  
  /*
>Audit-Trail:
>Unformatted:

------------------------------------------------------------------------------