diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 04:27:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 04:27:38 +0000 |
commit | ce82532de18cc24b2085816530db6391a5a815e6 (patch) | |
tree | 2d9130d5863cbcebd09129e83d50670148ab570f /libtrivfs/protid-classes.c | |
parent | 65d463fd15851db5b60ea51ce85bbc979ee9e88c (diff) |
Initial checkin.
Diffstat (limited to 'libtrivfs/protid-classes.c')
-rw-r--r-- | libtrivfs/protid-classes.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libtrivfs/protid-classes.c b/libtrivfs/protid-classes.c new file mode 100644 index 00000000..a1ff3822 --- /dev/null +++ b/libtrivfs/protid-classes.c @@ -0,0 +1,22 @@ +/* Defaults for TRIVFS_PROTID_[N]PORTCLASSES + + Copyright (C) 1997 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#include "trivfs.h" + +struct port_class *trivfs_protid_portclasses[1] = { 0 }; +int trivfs_protid_nportclasses = 0; |