1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/shells/sash/files/patch-an
Steve Price aea575ce76 Adding sash version 3.4.
A Stand-Alone shell combining many common utilities.

PR:		16309
Submitted by:	Patrick Gardella <patrick@freebsd.org>
2000-01-29 22:36:06 +00:00

14 lines
278 B
Plaintext

diff -NPru sash.h.orig sash.h
--- sash.h.orig Sat Sep 25 06:03:51 1999
+++ sash.h Sat Jan 22 19:38:16 2000
@@ -16,7 +16,9 @@
#include <fcntl.h>
#include <string.h>
#include <memory.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
#include <time.h>
#include <ctype.h>