summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 20:54:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 20:54:11 +0000
commit02aae579b4d4804068b3c377291aa2fc29c0451e (patch)
treef5a24c1ec186ca4eb17683d4f187cbbc346d5014
parent4855ee4e6125f722daa1f37270ab19df0ffcdb8a (diff)
Formerly priv.h.~2~
-rw-r--r--libtrivfs/priv.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/libtrivfs/priv.h b/libtrivfs/priv.h
index 45a7e52b..57979fb4 100644
--- a/libtrivfs/priv.h
+++ b/libtrivfs/priv.h
@@ -15,4 +15,15 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include "tnivfs.h"
+#ifndef TRIVFS_PRIV_H_INCLUDED
+
+#include <mach.h>
+#include <hurd.h>
+#include <hurd/ports.h>
+#include "trivfs.h"
+
+/* For the sake of MiG. */
+typedef struct trivfs_protid *trivfs_protid_t;
+
+#define TRIVFS_PRIV_H_INCLUDED
+#endif