00:17 < curtmack> sendmsg.c:27: multiple definition of `sendmsg'
00:17 < curtmack> sendmsg.c:27: first defined here
00:18 < curtmack> What the FUCK.
(sendmsg.c had accidentally #included sendmsg.c instead of sendmsg.h, if you're curious) Edited by curtmack
Additional note: A function apparently can't have the same name as itself?