From 42193407f3bb8036835b67fce0b23f851fbf0e4a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Mar 2000 18:15:38 +0000 Subject: 2000-03-19 Roland McGrath * new-fifo.c (trivfs_protid_portclasses, trivfs_protid_nportclasses): Fix to size 2. --- trans/new-fifo.c | 9 ++++----- 1 file 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 + Copyright (C) 1995,96,97,98,2000 Free Software Foundation, Inc. + Written by Miles Bader 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 -- cgit v1.2.3