summaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-ac
blob: ac6d51115cd4fc65c6e938feeac2e7f60a50802e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
*** bashhist.c.bak	Mon Jul 22 22:36:24 1996
--- bashhist.c	Fri Dec 27 13:31:20 1996
***************
*** 39,45 ****
  #include "pathexp.h"	/* for the struct ignorevar stuff */
  #include "builtins/common.h"
  #include <readline/history.h>
! #include <glob/fnmatch.h>
  
  #if defined (READLINE)
  #  include "bashline.h"
--- 39,45 ----
  #include "pathexp.h"	/* for the struct ignorevar stuff */
  #include "builtins/common.h"
  #include <readline/history.h>
! #include <fnmatch.h>
  
  #if defined (READLINE)
  #  include "bashline.h"
*** execute_cmd.c.bak	Fri Dec 20 00:22:32 1996
--- execute_cmd.c	Fri Dec 27 13:31:20 1996
***************
*** 74,80 ****
  #include "builtins/common.h"
  #include "builtins/builtext.h"	/* list of builtins */
  
! #include <glob/fnmatch.h>
  #include <tilde/tilde.h>
  
  #if defined (BUFFERED_INPUT)
--- 74,80 ----
  #include "builtins/common.h"
  #include "builtins/builtext.h"	/* list of builtins */
  
! #include <fnmatch.h>
  #include <tilde/tilde.h>
  
  #if defined (BUFFERED_INPUT)
*** pathexp.c.bak	Wed Oct 23 19:55:12 1996
--- pathexp.c	Fri Dec 27 13:31:20 1996
***************
*** 33,39 ****
  #include "pathexp.h"
  #include "flags.h"
  
! #include <glob/fnmatch.h>
  #include <glob/glob.h>
  
  /* Control whether * matches .files in globbing. */
--- 33,39 ----
  #include "pathexp.h"
  #include "flags.h"
  
! #include <fnmatch.h>
  #include <glob/glob.h>
  
  /* Control whether * matches .files in globbing. */
*** shell.c.bak	Wed Dec 18 23:16:50 1996
--- shell.c	Fri Dec 27 13:31:20 1996
***************
*** 68,74 ****
  #endif
  
  #include <tilde/tilde.h>
! #include <glob/fnmatch.h>
  
  #if !defined (HAVE_GETPW_DECLS)
  extern struct passwd *getpwuid ();
--- 68,74 ----
  #endif
  
  #include <tilde/tilde.h>
! #include <fnmatch.h>
  
  #if !defined (HAVE_GETPW_DECLS)
  extern struct passwd *getpwuid ();
*** subst.c.bak	Wed Dec 11 01:14:33 1996
--- subst.c	Fri Dec 27 13:31:20 1996
***************
*** 58,64 ****
  #  include <readline/history.h>
  #endif
  
! #include <glob/fnmatch.h>
  
  #if !defined (errno)
  extern int errno;
--- 58,64 ----
  #  include <readline/history.h>
  #endif
  
! #include <fnmatch.h>
  
  #if !defined (errno)
  extern int errno;
*** lib/glob/glob.c.bak	Thu Jul 11 22:09:52 1996
--- lib/glob/glob.c	Fri Dec 27 13:33:32 1996
***************
*** 87,93 ****
  #endif /* OPENDIR_NOT_ROBUST */
  
  #include "memalloc.h"
! #include "fnmatch.h"
  
  #if !defined (HAVE_STDLIB_H) && !defined (SHELL)
  extern char *malloc (), *realloc ();
--- 87,93 ----
  #endif /* OPENDIR_NOT_ROBUST */
  
  #include "memalloc.h"
! #include <fnmatch.h>
  
  #if !defined (HAVE_STDLIB_H) && !defined (SHELL)
  extern char *malloc (), *realloc ();
*** lib/glob/Makefile.in.bak	Fri Oct  4 19:02:34 1996
--- lib/glob/Makefile.in	Fri Dec 27 13:28:01 1996
***************
*** 45,51 ****
  # The header files for this library.
  HSOURCES = $(srcdir)/fnmatch.h
  
! OBJECTS = glob.o fnmatch.o
  
  # The texinfo files which document this library.
  DOCSOURCE = doc/glob.texi
--- 45,51 ----
  # The header files for this library.
  HSOURCES = $(srcdir)/fnmatch.h
  
! OBJECTS = glob.o #fnmatch.o
  
  # The texinfo files which document this library.
  DOCSOURCE = doc/glob.texi