summaryrefslogtreecommitdiff
path: root/sysvipc/ftok.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/ftok.c')
-rw-r--r--sysvipc/ftok.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysvipc/ftok.c b/sysvipc/ftok.c
index 62974590d9..ee3880400b 100644
--- a/sysvipc/ftok.c
+++ b/sysvipc/ftok.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
@@ -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;