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 06ed8b1b8f
commit 8952648ab5
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;