16 lines
501 B
Plaintext
16 lines
501 B
Plaintext
$NetBSD: patch-ai,v 1.3 2015/03/19 08:34:53 dholland Exp $
|
|
|
|
NetBSD support.
|
|
|
|
--- src/lastcomm/sys_defs.h.orig 2000-07-30 16:39:20.000000000 -0700
|
|
+++ src/lastcomm/sys_defs.h
|
|
@@ -7,7 +7,7 @@
|
|
*/
|
|
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
|
|
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|
|
- || defined(OPENBSD2)
|
|
+ || defined(OPENBSD2) || defined(NETBSD1) || defined(NETBSD2)
|
|
#define SUPPORTED
|
|
#define _PATH_ACCT "/var/account/acct"
|
|
#define HAVE_COMP_BLOCK_IO_COUNT
|