~ubuntu-branches/ubuntu/wily/ctfutils/wily

« back to all changes in this revision

Viewing changes to sys/cddl/compat/opensolaris/sys/param.h

  • Committer: Package Import Robot
  • Author(s): Robert Millan
  • Date: 2013-11-09 17:07:06 UTC
  • Revision ID: package-import@ubuntu.com-20131109170706-b5nr4utk7o5sbkvs
Tags: 9.2-1
Initial release.  (Closes: #729149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 *
28
28
 */
29
29
 
 
30
#include_next <sys/param.h>
 
31
 
30
32
#ifndef _COMPAT_OPENSOLARIS_SYS_PARAM_H_
31
33
#define _COMPAT_OPENSOLARIS_SYS_PARAM_H_
32
34
 
33
 
#include_next <sys/param.h>
34
 
 
35
35
#define PAGESIZE        PAGE_SIZE
36
36
 
37
37
#ifdef _KERNEL