summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-09-12 15:14:33 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-09-12 15:14:33 +0000
commit34e2dd2434efaf76a0d8bd645fbdc89442aecdbc (patch)
treed43c0b5cdba3a49f958dbddc2b35893ea369783c
parentceda58b12100d854cd5454b52759763ffbdb7ce9 (diff)
Initial revision
-rw-r--r--pfinet/main.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/pfinet/main.c b/pfinet/main.c
new file mode 100644
index 00000000..b872e07c
--- /dev/null
+++ b/pfinet/main.c
@@ -0,0 +1,25 @@
+/*
+ Copyright (C) 1995 Free Software Foundation, Inc.
+ Written by Michael I. Bushnell, p/BSG.
+
+ 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 this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+
+struct mutex global_lock = MUTEX_INITIALIZER;
+
+main ()
+{
+}