aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-01-23 17:53:21 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-01-23 17:53:21 +0000
commit3ec66d6c3948bd76722af1a7f986f1aea800ddc6 (patch)
treee70481b6a5c883a29d19d85c88e72c0761da558c /sys
parente42327af6f6a4b2ae919a28559a00169df4a6787 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/net/route.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index 0cd589ff80019..6c01a9259fed2 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)route.c 8.2 (Berkeley) 11/15/93
- * $Id: route.c,v 1.13 1994/12/13 23:07:03 wollman Exp $
+ * $Id: route.c,v 1.14 1995/01/23 02:00:34 wollman Exp $
*/
#include <sys/param.h>
@@ -625,4 +625,5 @@ rtinit(ifa, cmd, flags)
}
rt_newaddrmsg(cmd, ifa, error, nrt);
}
- return (e \ No newline at end of file
+ return (error);
+}