Changeset 1977
- Timestamp:
- May 8, 2005, 1:47:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/bsd/gen/ftok.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1976 r1977 26 26 */ 27 27 28 #include "namespace.h" 28 29 #include <sys/cdefs.h> 29 __FBSDID("$FreeBSD: src/lib/libc/gen/ftok.c,v 1.7 2004/06/01 06:53:07 tjr Exp $");30 //__FBSDID("$FreeBSD: src/lib/libc/gen/ftok.c,v 1.7 2004/06/01 06:53:07 tjr Exp $"); 30 31 31 32 #include <sys/types.h> … … 34 35 35 36 key_t 36 ftok(path, id)37 _STD(ftok)(path, id) 37 38 const char *path; 38 39 int id; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.