summaryrefslogtreecommitdiff
path: root/auth/authmutations.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-03-16 18:16:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-03-16 18:16:02 +0100
commit8ad7f49e5b5e9a254f73de53941a58fc6032a737 (patch)
treef6bcc710fc79e4cb2e31b11c6be1e67c14bf48a9 /auth/authmutations.h
parent4097daba7e43b3a1a3af77a715da1a2418d30392 (diff)
parentcc9757407fa124998613329ce73c5bba98d5cf21 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'auth/authmutations.h')
-rw-r--r--auth/authmutations.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/auth/authmutations.h b/auth/authmutations.h
deleted file mode 100644
index 63b2f540..00000000
--- a/auth/authmutations.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* CPP definitions for MiG processing of auth.defs for auth server. */
-
-#define AUTH_INTRAN authhandle_t auth_port_to_handle (auth_t)
-#define AUTH_DESTRUCTOR ports_port_deref (authhandle_t)
-
-#define AUTH_IMPORTS import "auth_mig.h";