diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 19:01:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 19:01:55 +0000 |
commit | e8da2b175811c3b6a9b3c370499a9ef5031fe48a (patch) | |
tree | baa2c6c6de78f3130d3a07a485f1cf13e29b44b7 | |
parent | 87ae0f687987d238a9fc5e1dd0174a4b9aed188b (diff) |
Formerly ports-consts.c.~2~
-rw-r--r-- | libdiskfs/ports-consts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/ports-consts.c b/libdiskfs/ports-consts.c index a38f578c..6cdeeda5 100644 --- a/libdiskfs/ports-consts.c +++ b/libdiskfs/ports-consts.c @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +/* ports_wire_threads is set in init-init.c. */ int ports_use_multiple_threads = 1; -int ports_wire_threads = 1; int ports_wire_cthreads = 1; |