diff options
author | Richard Braun <rbraun@sceen.net> | 2012-09-23 01:07:50 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-09-23 01:07:50 +0200 |
commit | 19ad2bd5f22161d4fe2b089d5a5945f83ac30ad7 (patch) | |
tree | ad8f3d8bd6a1f31372612df084576151f9b4d293 /kern | |
parent | 231bf35d3ddfee7f03055220e45633cf138ea10a (diff) |
Add missing file for page statistics
* kern/gnumach.srv: New file.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/gnumach.srv | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kern/gnumach.srv b/kern/gnumach.srv new file mode 100644 index 0000000..38bc909 --- /dev/null +++ b/kern/gnumach.srv @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2012 Free Software Foundation. + * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +/* This is a server presentation file. */ + +#define KERNEL_SERVER 1 + +#include <mach/gnumach.defs> |