diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-18 06:57:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-18 06:57:48 +0000 |
commit | 0607eb7a124c245b9dd0a086935802d27ca98266 (patch) | |
tree | b035ade9c558e206984d547555e5e8652876c10b /console | |
parent | ada219d88cd4d2d2c11be4afd5c6aa7354e0665f (diff) |
2002-03-17 Roland McGrath <roland@frob.com>
* console/mutations.h (TIOCTL_IMPORTS): New macro.
* priv.h: Protect from multiple inclusion.
Diffstat (limited to 'console')
-rw-r--r-- | console/priv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/console/priv.h b/console/priv.h index 98e61bdf..da5f5ef9 100644 --- a/console/priv.h +++ b/console/priv.h @@ -1 +1,6 @@ +#ifndef CONSOLE_PRIV_H +#define CONSOLE_PRIV_H + typedef struct trivfs_protid *trivfs_protid_t; + +#endif |