summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-06 01:35:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-06 01:35:53 +0000
commit168f97657771014418d01687be6258359072c292 (patch)
tree696d857bdfe6dd5e64c2bd01b07ac93e88b39af2 /sys-apps/gawk/files
parentMeant to be ~x86 (diff)
downloadhistorical-168f97657771014418d01687be6258359072c292.tar.gz
historical-168f97657771014418d01687be6258359072c292.tar.bz2
historical-168f97657771014418d01687be6258359072c292.zip
Add switch capabilities #91182 by Ekatalog and BSD support #90847 by Diego Pettenò.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sys-apps/gawk/files')
-rw-r--r--sys-apps/gawk/files/filefuncs/filefuncs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/gawk/files/filefuncs/filefuncs.c b/sys-apps/gawk/files/filefuncs/filefuncs.c
index 97041eba58b2..4f3436cf0767 100644
--- a/sys-apps/gawk/files/filefuncs/filefuncs.c
+++ b/sys-apps/gawk/files/filefuncs/filefuncs.c
@@ -30,7 +30,7 @@
* Copyright 1999-2004 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
* Author: Martin Schlemmer <azarah@gentoo.org>, Nov 2002
- * $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/files/filefuncs/filefuncs.c,v 1.2 2004/09/28 01:52:18 swegener Exp $
+ * $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/files/filefuncs/filefuncs.c,v 1.3 2005/05/06 01:35:53 vapier Exp $
*
* Extended with: do_symlink()
* do_unlink()
@@ -44,7 +44,6 @@
#include "awk.h"
#include <unistd.h>
-#include <sys/sysmacros.h>
/* do_chdir --- provide dynamically loaded chdir() builtin for gawk */