From aea575ce76589e8bcdf16cb42e58017df088fbc2 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 Jan 2000 22:36:06 +0000 Subject: Adding sash version 3.4. A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella --- shells/sash/files/patch-af | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 shells/sash/files/patch-af (limited to 'shells/sash/files/patch-af') diff --git a/shells/sash/files/patch-af b/shells/sash/files/patch-af new file mode 100644 index 000000000000..2711ce3e7a9d --- /dev/null +++ b/shells/sash/files/patch-af @@ -0,0 +1,20 @@ +diff -NPru cmd_file.c.orig cmd_file.c +--- cmd_file.c.orig Sun Apr 11 09:31:39 1999 ++++ cmd_file.c Sat Jan 22 23:46:23 2000 +@@ -6,6 +6,8 @@ + * The "file" built-in command. + */ + ++#ifdef HAVE_FILE ++ + #include + #include + #include +@@ -229,5 +231,7 @@ + + return info; + } ++ ++#endif /* HAVE_FILE */ + + /* END CODE */ -- cgit v1.2.3