diff options
author | neal <neal> | 2007-12-24 13:04:34 +0000 |
---|---|---|
committer | neal <neal> | 2007-12-24 13:04:34 +0000 |
commit | 4744b703dc58a704e43a88f9af45042b9700fc32 (patch) | |
tree | c6512e9c675a706d12f17594adc6bf56bba7a523 | |
parent | df0b9cec906425059b83be96732c732984a9fb8d (diff) |
2007-12-24 Neal H. Walfield <neal@gnu.org>
* addr-trans.h (CAP_ADDR_TRANS_INIT): Define.
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/addr-trans.h | 18 |
2 files changed, 13 insertions, 9 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 16a998a..3aefacf 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,5 +1,9 @@ 2007-12-24 Neal H. Walfield <neal@gnu.org> + * addr-trans.h (CAP_ADDR_TRANS_INIT): Define. + +2007-12-24 Neal H. Walfield <neal@gnu.org> + * cap.h (OID_FMT) [RM_INTERN]: Define. (OID_PRINTF) [RM_INTERN]: Likewise. diff --git a/hurd/addr-trans.h b/hurd/addr-trans.h index 6d653ab..8cbc86b 100644 --- a/hurd/addr-trans.h +++ b/hurd/addr-trans.h @@ -4,20 +4,19 @@ 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 Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + GNU Hurd is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. - The GNU Hurd is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of + GNU Hurd is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with GNU Hurd. If not, see + <http://www.gnu.org/licenses/>. */ #ifndef _HURD_ADDR_TRANS_H #define _HURD_ADDR_TRANS_H @@ -67,6 +66,7 @@ struct cap_addr_trans }; }; +#define CAP_ADDR_TRANS_INIT { { .raw = 0 } } #define CAP_ADDR_TRANS_VOID (struct cap_addr_trans) { { .raw = 0 } } /* The log2 number of subpages. */ |