2013-09-26 17:14:40 +02:00

17 lines
342 B
Plaintext

$NetBSD: patch-ae,v 1.1 2005/03/22 16:24:13 minskim Exp $
--- uxspec.c.orig Sat Apr 17 06:39:42 2004
+++ 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 */