diff --git a/usr.sbin/mlxctl/cmds.c b/usr.sbin/mlxctl/cmds.c index 900b6bb09b85..00f24c328017 100644 --- a/usr.sbin/mlxctl/cmds.c +++ b/usr.sbin/mlxctl/cmds.c @@ -1,4 +1,4 @@ -/* $NetBSD: cmds.c,v 1.8 2005/06/02 05:59:32 lukem Exp $ */ +/* $NetBSD: cmds.c,v 1.9 2007/02/21 20:53:59 hubertf Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ #ifndef lint #include -__RCSID("$NetBSD: cmds.c,v 1.8 2005/06/02 05:59:32 lukem Exp $"); +__RCSID("$NetBSD: cmds.c,v 1.9 2007/02/21 20:53:59 hubertf Exp $"); #endif /* not lint */ #include @@ -82,7 +82,6 @@ __RCSID("$NetBSD: cmds.c,v 1.8 2005/06/02 05:59:32 lukem Exp $"); #include #include #include -#include #include #include diff --git a/usr.sbin/mlxctl/config.c b/usr.sbin/mlxctl/config.c index 085ba29dcbea..93aeb978cb6c 100644 --- a/usr.sbin/mlxctl/config.c +++ b/usr.sbin/mlxctl/config.c @@ -1,4 +1,4 @@ -/* $NetBSD: config.c,v 1.2 2002/08/26 17:04:18 ad Exp $ */ +/* $NetBSD: config.c,v 1.3 2007/02/21 20:53:59 hubertf Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ #ifndef lint #include -__RCSID("$NetBSD: config.c,v 1.2 2002/08/26 17:04:18 ad Exp $"); +__RCSID("$NetBSD: config.c,v 1.3 2007/02/21 20:53:59 hubertf Exp $"); #endif /* not lint */ #include @@ -82,7 +82,6 @@ __RCSID("$NetBSD: config.c,v 1.2 2002/08/26 17:04:18 ad Exp $"); #include #include #include -#include #include #include diff --git a/usr.sbin/mlxctl/main.c b/usr.sbin/mlxctl/main.c index de8964a8fe15..23c38ca3c5e6 100644 --- a/usr.sbin/mlxctl/main.c +++ b/usr.sbin/mlxctl/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.5 2002/08/26 17:04:18 ad Exp $ */ +/* $NetBSD: main.c,v 1.6 2007/02/21 20:53:59 hubertf Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #ifndef lint #include -__RCSID("$NetBSD: main.c,v 1.5 2002/08/26 17:04:18 ad Exp $"); +__RCSID("$NetBSD: main.c,v 1.6 2007/02/21 20:53:59 hubertf Exp $"); #endif /* not lint */ #include @@ -53,7 +53,6 @@ __RCSID("$NetBSD: main.c,v 1.5 2002/08/26 17:04:18 ad Exp $"); #include #include #include -#include #include #include "extern.h"