$NetBSD: patch-an,v 1.1 2002/09/15 19:16:46 kim Exp $

--- config/bsd4.4.orig	Tue Feb 12 17:36:50 2002
+++ config/bsd4.4	Sun Sep 15 15:06:13 2002
@@ -125,6 +125,13 @@
 #define BSD_STYLE_COLORLS
 #endif
 
+#if defined(__NetBSD__)
+#include <sys/param.h>
+#if __NetBSD_Version__  >= 106030000       /* NetBSD 1.6C */
+#define HAVEUTMPX
+#endif
+#endif
+
 #if defined(__bsdi__)
 /*
  * _PATH_TCSHELL      if you've change the installation location (vix)
