chownlock.c 167 B

1234567891011
  1. /*
  2. * Public domain
  3. */
  4. /* $OpenBSD: chownlock.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
  5. #include <sys/types.h>
  6. int
  7. ChownLock(uid_t uid, gid_t gid)
  8. {
  9. return 0;
  10. }