blob: 04be5755cfb6dac276a7009cf7a4062cfe002495 (
plain)
1
2
3
4
5
6
7
8
|
lib endgrent,getgrent,setgrent
lib fsid,getfsgid,isfsg sys/types.h sys/fss.h fsg.h -lfsg
mac fsid sys/types.h sys/fss.h fsg.h
cat{
#if !_lib_fsid && _mac_fsid
#define _lib_fsid 1
#endif
}end
|