Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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]
Home |
Main Index |
Thread Index |
Old Index