summaryrefslogtreecommitdiff
path: root/nfs/main.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-01-30 19:37:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-01-30 19:37:41 +0000
commit3f619aaa586f26b869460f47d6ef5175704230a9 (patch)
tree3c1eeed72e0d1794c21dbb75493d18bd6d78734b /nfs/main.c
parent95d27779ef46e2406d92c0361f1dc47a0185ed12 (diff)
Formerly main.c.~2~
Diffstat (limited to 'nfs/main.c')
-rw-r--r--nfs/main.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/nfs/main.c b/nfs/main.c
index 54a545b1..fa4b082d 100644
--- a/nfs/main.c
+++ b/nfs/main.c
@@ -19,5 +19,16 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
#include <hurd/netfs.h>
+#include "nfs.h"
+
+int
+main ()
+{
+ netfs_init ();
+
+ netfs_root_node = mount_root ("/home/gd4", "duality.gnu.ai.mit.edu");
+
+ for (;;)
+ netfs_server_loop ();
+}
-main