diff options
author | green <green@FreeBSD.org> | 2000-06-19 15:27:39 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-06-19 15:27:39 +0000 |
commit | 6f89b9fc0e784bff6d387aeec97f5fef0fd3e03d (patch) | |
tree | 1bcbef948aa059371129f0177d2600b8265b65eb /usr.sbin/ancontrol | |
parent | 940ce492dcaa051ae1a6b052c0cc87bf63e1f26a (diff) | |
download | FreeBSD-src-6f89b9fc0e784bff6d387aeec97f5fef0fd3e03d.zip FreeBSD-src-6f89b9fc0e784bff6d387aeec97f5fef0fd3e03d.tar.gz |
Fix a comment botch which broke buildworld.
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r-- | usr.sbin/ancontrol/ancontrol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index 5e84606..478227f 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -1,4 +1,6 @@ /* $OpenBSD: ancontrol.c,v 1.4 2000/06/18 22:27:41 aaron Exp $ */ + +/* * Copyright 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * |