diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/privsep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/privsep.h b/usr.sbin/tcpdump/privsep.h index 689a6bfd020..b18c1fc8597 100644 --- a/usr.sbin/tcpdump/privsep.h +++ b/usr.sbin/tcpdump/privsep.h @@ -37,7 +37,7 @@ enum cmd_types { PRIV_GETPROTOENTRIES, /* get the ip protocol entries table */ PRIV_LOCALTIME, /* return localtime */ PRIV_GETLINES, /* get lines from a file */ - PRIV_INIT_DONE /* signal that the initialization is done */ + PRIV_INIT_DONE /* signal that the initialization is done */ }; struct ether_addr; |