> there are prototype differences between pidfile(3) in libutil. > do you mind if i change NetBSD decl to sync with OpenBSD decl? > NetBSD: void pidfile(const char *); > OpenBSD: int pidfile(const char *); what's the actual interface change? what does the openbsd version return? are you also going to change our implementation to match theirs? - Bill