Commit graph

7 commits

Author SHA1 Message Date
kamil
a854b3eeb1 Correct build failure of whowatch on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-23 18:57:13 +00:00
marino
21c8fdc5b1 sysutils/whowatch: Fix LP64 and DragonFly regression
1) The 4th argument of the sysctl function requires type size_t, not int,
   which matters for LP64.
2) DragonFly's kinfo structure changed dramatically a few years ago,
   breaking this package.  Repatched.
3) sysctl can return pid of -1 for pure kernel processes which must be
   skipped to avoid a segfault.
2012-08-08 18:37:07 +00:00
wiz
c932284aef Fix build with gcc4, based on patch provided by David Howland in
PR 35243.
2006-12-13 18:21:36 +00:00
joerg
e2f0dcac72 Add DragonFly support. 2006-06-12 16:41:30 +00:00
wiz
d2e2398c32 Clean up input handling.
Patches provided by Brett Lymn in private mail.
2000-10-16 01:34:38 +00:00
itojun
bae26bb393 correct typo in comment 2000-08-11 23:49:04 +00:00
itojun
c4c7f7d026 support non-ncurses build. use {REPLACE,USE}_CURSES for ncurses detection. 2000-08-11 23:47:48 +00:00