From 0607eb7a124c245b9dd0a086935802d27ca98266 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Mar 2002 06:57:48 +0000 Subject: 2002-03-17 Roland McGrath * console/mutations.h (TIOCTL_IMPORTS): New macro. * priv.h: Protect from multiple inclusion. --- console/priv.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3