ctdb-common: Move ctdb_get_peer_pid() to system.[ch]
[vlendec/samba-autobuild/.git] / ctdb / common / system_kfreebsd.c
index ccad294615d78922900115e3d7e3bc67433e576c..694ae58a37cd9c9d6e2bfdc49284f801a7fecff1 100644 (file)
@@ -378,9 +378,3 @@ int ctdb_sys_read_tcp_packet(int s, void *private_data,
 
        return -1;
 }
-
-int ctdb_get_peer_pid(const int fd, pid_t *peer_pid)
-{
-       /* FIXME kFreeBSD: get_peer_pid not implemented */
-       return 1;
-}