mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
326 B
Plaintext
21 lines
326 B
Plaintext
|
diff -NPru cmd_ls.c.orig cmd_ls.c
|
||
|
--- cmd_ls.c.orig Wed Jun 16 13:01:43 1999
|
||
|
+++ cmd_ls.c Sat Jan 22 23:48:06 2000
|
||
|
@@ -6,6 +6,8 @@
|
||
|
* The "ls" built-in command.
|
||
|
*/
|
||
|
|
||
|
+#ifdef HAVE_LS
|
||
|
+
|
||
|
#include "sash.h"
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
@@ -574,5 +576,7 @@
|
||
|
free(list[listUsed]);
|
||
|
}
|
||
|
}
|
||
|
+
|
||
|
+#endif /* HAVE_LS */
|
||
|
|
||
|
/* END CODE */
|