blob: 1dbb4a3ef84a97acfdfea50441438655db24f0bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* fake "root" for validating the local PMNS subtree
*
* Copyright (c) 2001 Alan Bailey (bailey@mcs.anl.gov or abailey@ncsa.uiuc.edu)
* for the portions of the code supporting the initial agent functionality.
* All rights reserved.
* Copyright (c) 2001,2004 Silicon Graphics, Inc. All Rights Reserved.
*/
#include <stdpmid>
root { mounts }
#include "pmns"
|