Modified to include the appropriate header file rather than (badly)

prototyping syscalls itself.
This commit is contained in:
dtrg
2006-07-26 12:28:56 +00:00
parent ec254c30c1
commit dc5d08b2a3
4 changed files with 2 additions and 14 deletions

View File

@@ -18,8 +18,6 @@ static char rcsid[] = "$Id$";
* Author: Hans van Staveren
*/
extern char *strncpy();
unsigned hash(string) char *string; {
register char *p;
register unsigned i,sum;