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