summaryrefslogtreecommitdiff
path: root/nt/inc/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'nt/inc/sys/param.h')
-rw-r--r--nt/inc/sys/param.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nt/inc/sys/param.h b/nt/inc/sys/param.h
deleted file mode 100644
index 397c5ffae66..00000000000
--- a/nt/inc/sys/param.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _PARAM_H_
-#define _PARAM_H_
-
-/*
- * sys\param.h doesn't exist on NT, so we'll make one.
- */
-
-#define NBPG 4096
-
-#endif /* _PARAM_H_ */