summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ftok.c
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-06-01 06:53:07 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-06-01 06:53:07 +0000
commit95a535af6d7122c26d1dbc18c8da5f3ed7ad67a9 (patch)
treedce379a4cc6ccd403d5f1e20d5e2ecaf333d0b61 /lib/libc/gen/ftok.c
parenta5dc42def9bb50d3ce8569fc916a4f60e828b62e (diff)
Notes
Diffstat (limited to 'lib/libc/gen/ftok.c')
-rw-r--r--lib/libc/gen/ftok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c
index 81f7bf33a880..4269e370c9f4 100644
--- a/lib/libc/gen/ftok.c
+++ b/lib/libc/gen/ftok.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
key_t
ftok(path, id)
const char *path;
- char id;
+ int id;
{
struct stat st;