diff options
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/disklabel.c | 4 | ||||
-rw-r--r-- | sbin/disklabel/editor.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 5bbc14804cf..6cb97847bb6 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.c,v 1.197 2015/01/16 06:39:57 deraadt Exp $ */ +/* $OpenBSD: disklabel.c,v 1.198 2015/01/20 18:22:20 deraadt Exp $ */ /* * Copyright (c) 1987, 1993 @@ -32,7 +32,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG DEV_BSIZE */ +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/ioctl.h> #include <sys/dkio.h> #include <sys/stat.h> diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index ea34c2ea6ef..0ef37d5b7cd 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.290 2015/01/16 20:21:40 miod Exp $ */ +/* $OpenBSD: editor.c,v 1.291 2015/01/20 18:22:20 deraadt Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> /* MAXBSIZE DEV_BSIZE MAXFRAG */ +#include <sys/param.h> /* MAXBSIZE DEV_BSIZE */ #include <sys/types.h> #include <sys/signal.h> #include <sys/stat.h> |