diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-20 18:15:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-20 18:15:38 +0000 |
commit | 42193407f3bb8036835b67fce0b23f851fbf0e4a (patch) | |
tree | c85239574c3a4ca644e23f59a3fe3d77d62ede3a /trans | |
parent | 3efd000cd366b1b813ac9692f247c9574353b398 (diff) |
2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
* new-fifo.c (trivfs_protid_portclasses, trivfs_protid_nportclasses):
Fix to size 2.
Diffstat (limited to 'trans')
-rw-r--r-- | trans/new-fifo.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/trans/new-fifo.c b/trans/new-fifo.c index 203a7d4d..f57da379 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -1,8 +1,7 @@ /* A translator for fifos - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - - Written by Miles Bader <miles@gnu.ai.mit.edu> + Copyright (C) 1995,96,97,98,2000 Free Software Foundation, Inc. + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -171,9 +170,9 @@ fifo_trans_parse_args (struct fifo_trans *trans, int argc, char **argv, /* ---------------------------------------------------------------- */ -struct port_class *trivfs_protid_portclasses[1]; +struct port_class *trivfs_protid_portclasses[2]; struct port_class *trivfs_cntl_portclasses[1]; -int trivfs_protid_nportclasses = 1; +int trivfs_protid_nportclasses = 2; int trivfs_cntl_nportclasses = 1; int |