24 lines
555 B
Text
24 lines
555 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2001/03/21 23:36:07 jwise Exp $
|
|
--- explib/exp_clib.c.orig Wed Mar 21 12:00:27 2001
|
|
+++ explib/exp_clib.c Wed Mar 21 11:59:49 2001
|
|
@@ -7,7 +7,10 @@
|
|
would appreciate credit if this program or parts of it are used.
|
|
*/
|
|
|
|
-#include "expect_cf.h"
|
|
+#define TRUE 1
|
|
+#define FALSE 0
|
|
+
|
|
+/* #include "expect_cf.h" */
|
|
#include <stdio.h>
|
|
#include <setjmp.h>
|
|
#ifdef HAVE_INTTYPES_H
|
|
@@ -634,7 +637,7 @@
|
|
*/
|
|
|
|
#include "expect.h"
|
|
-#include "exp_int.h"
|
|
+/* #include "exp_int.h" */
|
|
|
|
/* exp_glob.c - expect functions for doing glob
|
|
*
|