aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/files/patch-ad
blob: 4f4c79fb5cb2dcd486d5270a4960009c27c22def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -NPru cmd_dd.c.orig cmd_dd.c
--- cmd_dd.c.orig	Sun Apr 11 09:31:39 1999
+++ cmd_dd.c	Sat Jan 22 23:45:39 2000
@@ -6,6 +6,8 @@
  * The "dd" built-in command.
  */
 
+#ifdef HAVE_DD
+
 #include "sash.h"
 
 
@@ -346,5 +348,7 @@
 
 	return value;
 }
+
+#endif /* HAVE_DD */
 
 /* END CODE */