Change the signature of ftok from (const char *, char) to (const char *, int)
Obtained from: NetBSD (christos)
This commit is contained in:
parent
a5dc42def9
commit
95a535af6d
@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
|
||||
key_t
|
||||
ftok(path, id)
|
||||
const char *path;
|
||||
char id;
|
||||
int id;
|
||||
{
|
||||
struct stat st;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user