diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 05:33:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 05:33:33 +0000 |
commit | 3ab479213b3e927ee489d40234c85bfbf4254bdb (patch) | |
tree | 80fc07a2011f755c50e0c95e203ea29456be191b | |
parent | 32d89c9c295a33423af6e1dc5abfd36af0788158 (diff) |
Formerly auth_mig.h.~2~
-rw-r--r-- | auth/auth_mig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auth/auth_mig.h b/auth/auth_mig.h index 6064046b..524cabae 100644 --- a/auth/auth_mig.h +++ b/auth/auth_mig.h @@ -1,11 +1,11 @@ /* Definitions for inclusion in MiG files - Copyright (C) 1991 Free Software Foundation + Copyright (C) 1991, 1993 Free Software Foundation This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. The GNU Hurd is distributed in the hope that it will be useful, @@ -19,5 +19,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -struct idblock *convert_auth_to_idblock (auth_t); +struct apt *convert_auth_to_idblock (auth_t); |