Changeset 1977


Ignore:
Timestamp:
May 8, 2005, 1:47:52 AM (20 years ago)
Author:
bird
Message:

ported.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/gen/ftok.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1976 r1977  
    2626 */
    2727
     28#include "namespace.h"
    2829#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 $");
    3031
    3132#include <sys/types.h>
     
    3435
    3536key_t
    36 ftok(path, id)
     37_STD(ftok)(path, id)
    3738        const char *path;
    3839        int id;
Note: See TracChangeset for help on using the changeset viewer.