diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-08 19:19:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-08 19:19:52 +0000 |
commit | 8af2256dc5b69faf520baf8c8e1582090ab30fd0 (patch) | |
tree | b7e3ee1b2e177efd6ff527892c739f3b7aae8977 /pfinet/main.c | |
parent | 9002b363dd906b7d8c9de8924591b2fbf177dc4e (diff) |
Formerly main.c.~8~
Diffstat (limited to 'pfinet/main.c')
-rw-r--r-- | pfinet/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c index 9206975b..6035cd9c 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -33,7 +33,7 @@ main () setup_ethernet_device (); /* Call initialization routines */ - inet_proto_init (); + inet_proto_init (0); /* Simulate SIOCSIFADDR call. */ { |