diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-01-30 19:37:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-01-30 19:37:41 +0000 |
commit | 3f619aaa586f26b869460f47d6ef5175704230a9 (patch) | |
tree | 3c1eeed72e0d1794c21dbb75493d18bd6d78734b | |
parent | 95d27779ef46e2406d92c0361f1dc47a0185ed12 (diff) |
Formerly main.c.~2~
-rw-r--r-- | nfs/main.c | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |