Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/12/1998 08:15:17
Module Name:	src
Committed By:	christos
Date:		Thu Nov 12 16:15:17 UTC 1998

Modified Files:
	src/lib/libc/gen: ftok.3 ftok.c
Log Message:
Change the signature of ftok from (const char *, char) to (const char *, int)
Document that only the 8 least significant bits are used in the key generation
and that the return value is (key_t)-1
[this is to fix K&R vs. ansi compilation and lint warnings]