]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/ftok.c
Libc-763.12.tar.gz
[apple/libc.git] / gen / FreeBSD / ftok.c
index 9a5c72d41046b2d31d401d8045f5399d36da53f2..6c7157ae70b9594e363e7702f4256e99587a3d83 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/gen/ftok.c,v 1.6 2002/02/01 00:57:29 obrien Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/gen/ftok.c,v 1.7 2004/06/01 06:53:07 tjr Exp $");
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/ftok.c,v 1.6 2002/02/01 00:57:29 obrien Exp
 key_t
 ftok(path, id)
        const char *path;
 key_t
 ftok(path, id)
        const char *path;
-       char id;
+       int id;
 {
        struct stat st;
 
 {
        struct stat st;