ftok may not return a unique key
807578Nov 4 2002 — edited Nov 6 2002According to the man page, ftok(path, id) may not return a unique key even if different path is used (with same id). I actually run into this problem. I wonder if there are any ways, such as system configurations or carefully selecting file path, etc, to enforce ftok returning unique key?
Thanks!
CXP