diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-03-25 10:35:15 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-03-25 10:35:15 +0000 |
commit | ad418525c7ffd9248e6cc7a6aa70d5fbfa124ff5 (patch) | |
tree | d49bc2678417fcf3b7746756b77e5b3edf12ece0 /usr.sbin/tcpdump/privsep.h | |
parent | 4e3de724445f795af40822819a30e9ce123d55cb (diff) |
whitespace
Diffstat (limited to 'usr.sbin/tcpdump/privsep.h')
-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; |