summaryrefslogtreecommitdiff
path: root/devel/bmake/files/realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/realpath.c')
-rw-r--r--devel/bmake/files/realpath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/realpath.c b/devel/bmake/files/realpath.c
index 9783fefb260..a8dc83bd914 100644
--- a/devel/bmake/files/realpath.c
+++ b/devel/bmake/files/realpath.c
@@ -1,5 +1,5 @@
-/* $Id: realpath.c,v 1.1.1.1 2010/04/20 13:32:27 joerg Exp $ */
-/* from: $NetBSD: realpath.c,v 1.1.1.1 2010/04/20 13:32:27 joerg Exp $ */
+/* $Id: realpath.c,v 1.1.1.2 2010/04/24 20:33:57 joerg Exp $ */
+/* from: $NetBSD: realpath.c,v 1.1.1.2 2010/04/24 20:33:57 joerg Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1995
@@ -35,7 +35,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
-#ifndef HAVE_REALPATHx
+#ifndef HAVE_REALPATH
#include <sys/cdefs.h>
#include <sys/param.h>