From ce82532de18cc24b2085816530db6391a5a815e6 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Feb 1997 04:27:38 +0000 Subject: Initial checkin. --- libtrivfs/protid-classes.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libtrivfs/protid-classes.c (limited to 'libtrivfs/protid-classes.c') 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; -- cgit v1.2.3