summaryrefslogtreecommitdiff
path: root/libtrivfs/runtime-argp.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-20 01:42:15 +0000
committerMiles Bader <miles@gnu.org>1996-06-20 01:42:15 +0000
commit2fa691f38658a544fa91a7ab1cd25a2bea8ea98f (patch)
tree0800c5fa7a8b6ac60720b891b4e11af3f4a8d285 /libtrivfs/runtime-argp.c
parentd7956b73e970c323f9e3e3469bab266e45003774 (diff)
Initial revision
Diffstat (limited to 'libtrivfs/runtime-argp.c')
-rw-r--r--libtrivfs/runtime-argp.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/libtrivfs/runtime-argp.c b/libtrivfs/runtime-argp.c
new file mode 100644
index 00000000..3082b8fa
--- /dev/null
+++ b/libtrivfs/runtime-argp.c
@@ -0,0 +1,23 @@
+/* Default definition for trivfs_runtime_argp
+
+ Copyright (C) 1996 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 2, 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
+ 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 the GNU Hurd; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+#include "priv.h"
+
+struct argp *trivfs_runtime_argp = 0;