$NetBSD: patch-ae,v 1.2 2014/05/11 20:56:16 rodent Exp $

--- uxspec.c.orig	2004-04-17 11:39:42.000000000 +0000
+++ uxspec.c
@@ -13,6 +13,11 @@
  #include <unistd.h>
 #endif
 
+#include "c_defs.h"
+#ifndef HAVE_LCHOWN
+#define lchown chown
+#endif
+
 DEBUGHDR(__FILE__)                      /* Debug information block */
 
 /* UXSPECIAL block types */
