less-hairy maxino logic; compat for SunOS and other 4.2/4.3 systems;
[unix-history] / usr / src / sbin / mount_portal / pt_conf.c
CommitLineData
bdeaeb8f
JSP
1/*
2 * Copyright (c) 1992 The Regents of the University of California
3 * Copyright (c) 1990, 1992 Jan-Simon Pendry
4 * All rights reserved.
5 *
6 * This code is derived from software donated to Berkeley by
7 * Jan-Simon Pendry.
8 *
9 * %sccs.include.redist.c%
10 *
7e77633b 11 * @(#)pt_conf.c 5.1 (Berkeley) %G%
bdeaeb8f
JSP
12 *
13 * $Id: pt_conf.c,v 1.2 1992/05/27 07:09:27 jsp Exp jsp $
14 */
15
16#include <sys/types.h>
225429d9 17#include <sys/param.h>
bdeaeb8f
JSP
18#include "portald.h"
19
20provider providers[] = {
21 { "exec", portal_exec },
22 { "file", portal_file },
23 { "tcp", portal_tcp },
24 { 0, 0 }
25};