diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:36:06 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:36:06 +0000 |
| commit | aea575ce76589e8bcdf16cb42e58017df088fbc2 (patch) | |
| tree | 5ebabb9b375ea41ab2a1978f28a8d632adf40b3b /shells/sash/files/patch-ac | |
| parent | e3a63b2d1653ce58e8d8aec94469d0aab49ec745 (diff) | |
Adding sash version 3.4.
A Stand-Alone shell combining many common utilities.
PR: 16309
Submitted by: Patrick Gardella <patrick@freebsd.org>
Diffstat (limited to 'shells/sash/files/patch-ac')
| -rw-r--r-- | shells/sash/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shells/sash/files/patch-ac b/shells/sash/files/patch-ac new file mode 100644 index 000000000000..fb53eb8cb4d3 --- /dev/null +++ b/shells/sash/files/patch-ac @@ -0,0 +1,19 @@ +diff -NPru cmd_ar.c.orig cmd_ar.c +--- cmd_ar.c.orig Sat Oct 2 12:09:04 1999 ++++ cmd_ar.c Sat Jan 22 23:45:10 2000 +@@ -13,6 +13,8 @@ + * This allows extraction and listing of ar files. + */ + ++#ifdef HAVE_AR ++ + #include <ar.h> + #include <sys/types.h> + #include <sys/stat.h> +@@ -1007,5 +1009,6 @@ + arch->name); + } + ++#endif /* HAVE_AR */ + + /* END CODE */ |
