diff options
Diffstat (limited to 'sysvipc/ftok.c')
-rw-r--r-- | sysvipc/ftok.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysvipc/ftok.c b/sysvipc/ftok.c index 62974590d9..38fc465854 100644 --- a/sysvipc/ftok.c +++ b/sysvipc/ftok.c @@ -20,9 +20,7 @@ #include <sys/stat.h> key_t -ftok (pathname, proj_id) - const char *pathname; - int proj_id; +ftok (const char *pathname, int proj_id) { struct stat64 st; key_t key; |