summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ancontrol/ancontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ancontrol/ancontrol.c')
-rw-r--r--usr.sbin/ancontrol/ancontrol.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c
index db3c038..6facf8d 100644
--- a/usr.sbin/ancontrol/ancontrol.c
+++ b/usr.sbin/ancontrol/ancontrol.c
@@ -30,12 +30,14 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
Bill Paul. All rights reserved.";
-static const char rcsid[] =
- "$FreeBSD$";
#endif
+#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud