summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/files/patch-ay
blob: 61d47d5f0bbc3ea7211a2347f09f062af3887ce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Bugfix from SRC for uninitialized "FS.DirectoryFileType" variable.

Index: m3/libm3/src/os/Common/m3makefile
===================================================================
RCS file: /home/jdp/m3-cvs/m3/libm3/src/os/Common/m3makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 m3makefile
--- m3/libm3/src/os/Common/m3makefile	1996/09/24 05:21:55	1.1.1.1
+++ m3/libm3/src/os/Common/m3makefile	1996/09/24 05:32:42
@@ -19,6 +19,7 @@
 Interface(Terminal)
 
 /* The following only initialize the File.Type variables: */
+implementation(FS)
 implementation(Terminal)
 implementation(RegularFile)
 implementation(Pipe)