xenocara/xserver/hw/xfree86/dummylib/chownlock.c

11 lines
167 B
C
Raw Normal View History

/*
* Public domain
*/
/* $OpenBSD: chownlock.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
#include <sys/types.h>
int
ChownLock(uid_t uid, gid_t gid)
{
return 0;
}