From 4de91cdeafc5566289af7b0024c292207bc1eef9 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 17 Dec 2008 15:15:50 +0100 Subject: Update viengoos.h to include all viengoos headers. 2008-12-17 Neal H. Walfield * viengoos.h: Include , , , , , , , , , , and . --- libviengoos/ChangeLog | 8 ++++++++ libviengoos/viengoos.h | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/libviengoos/ChangeLog b/libviengoos/ChangeLog index f0c8667..bac72b5 100644 --- a/libviengoos/ChangeLog +++ b/libviengoos/ChangeLog @@ -1,3 +1,11 @@ +2008-12-17 Neal H. Walfield + + * viengoos.h: Include , , + , , , + , , , + , , and + . + 2008-12-17 Neal H. Walfield * ../hurd/exceptions.h (ACTIVATION_fault, activation_method_id_string) diff --git a/libviengoos/viengoos.h b/libviengoos/viengoos.h index bc734ad..01c18bc 100644 --- a/libviengoos/viengoos.h +++ b/libviengoos/viengoos.h @@ -1 +1,37 @@ +/* viengoos.h - Viengoos definitions. + Copyright (C) 2007, 2008 Free Software Foundation, Inc. + Written by Neal H. Walfield . + + This file is part of the GNU Hurd. + + 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. + + 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 GNU Hurd. If not, see + . */ + +#ifndef _VIENGOOS_H +#define _VIENGOOS_H 1 + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include + +#endif -- cgit v1.2.3