1 /* $Id: getsid.c,v 1.1.1.1 2004/12/29 21:23:34 mitry Exp $ */
2 #include "headers.h"
getsid(pid_t pid)3 pid_t getsid(pid_t pid) { return pid; }
4