More cleanup to remove MM and FS references

This commit is contained in:
Arun Thomas
2010-06-10 14:04:46 +00:00
parent 2758519ed2
commit f0a158d8c1
25 changed files with 100 additions and 100 deletions

View File

@@ -15,8 +15,8 @@ Created: Feb 15, 1994 by Philip Homburg <philip@cs.vu.nl>
#include <minix/ioctl.h>
/* PM controls. */
#define MMGETPARAM _IOW('M', 5, struct sysgetenv)
#define MMSETPARAM _IOR('M', 7, struct sysgetenv)
#define PMGETPARAM _IOW('M', 5, struct sysgetenv)
#define PMSETPARAM _IOR('M', 7, struct sysgetenv)
struct sysgetenv {
char *key; /* Name requested. */