blob: 9168f21e3dd34dbf7b787d80cb6f777059d24071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* SUNW15resync
* This file (mglueP.h) is the MIT name for the mech glue
* header file, but the Solaris one is mechglueP.h. We keep this file
* so MIT files don't need to be changed to include the Solaris one.
*/
#include "mechglueP.h"
|