Removed some explicit (and wrong) redeclarations of system
functions.
This commit is contained in:
		
							parent
							
								
									9170d09462
								
							
						
					
					
						commit
						040151dd76
					
				
					 3 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -96,8 +96,6 @@ char **argv;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern int rd_unsigned2();
 | 
					extern int rd_unsigned2();
 | 
				
			||||||
extern long lseek();
 | 
					 | 
				
			||||||
extern char *strncpy();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
process(fd)
 | 
					process(fd)
 | 
				
			||||||
	int	fd;
 | 
						int	fd;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -40,8 +40,6 @@ char **argv;
 | 
				
			||||||
	exit(status);
 | 
						exit(status);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern long lseek();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
strip(name)
 | 
					strip(name)
 | 
				
			||||||
char *name;
 | 
					char *name;
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,6 @@ static char rcsid[] = "$Id$";
 | 
				
			||||||
#define IND_DBUG(x)	(IND_RELO(x) + sizeof(ind_t))
 | 
					#define IND_DBUG(x)	(IND_RELO(x) + sizeof(ind_t))
 | 
				
			||||||
#endif /* SYMDBUG */
 | 
					#endif /* SYMDBUG */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern long	lseek();
 | 
					 | 
				
			||||||
extern char 	*core_alloc();
 | 
					extern char 	*core_alloc();
 | 
				
			||||||
extern bool	incore;
 | 
					extern bool	incore;
 | 
				
			||||||
extern int	infile;
 | 
					extern int	infile;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue