aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/routed
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-05 09:14:37 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-05 09:14:37 +0000
commitb3bfc7199eb51b03496567ea71bff82b75a2209d (patch)
tree242b5d9154977fcfbc3e9f84dd0d6851c367a897 /usr.sbin/routed
parent404c1a5fc1fea7d6d5fa8edd6acb65e32f19c8bd (diff)
downloadsrc-b3bfc7199eb51b03496567ea71bff82b75a2209d.tar.gz
src-b3bfc7199eb51b03496567ea71bff82b75a2209d.zip
Converted 'vmunix' to 'kernel'.
Notes
Notes: svn path=/head/; revision=1856
Diffstat (limited to 'usr.sbin/routed')
-rw-r--r--usr.sbin/routed/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/routed/defs.h b/usr.sbin/routed/defs.h
index 5b5ccacbf2f9..56722109ba62 100644
--- a/usr.sbin/routed/defs.h
+++ b/usr.sbin/routed/defs.h
@@ -76,7 +76,7 @@ int kmem;
int supplier; /* process should supply updates */
int install; /* if 1 call kernel */
int lookforinterfaces; /* if 1 probe kernel for new up interfaces */
-int performnlist; /* if 1 check if /vmunix has changed */
+int performnlist; /* if 1 check if /kernel has changed */
int externalinterfaces; /* # of remote and local interfaces */
struct timeval now; /* current idea of time */
struct timeval lastbcast; /* last time all/changes broadcast */