diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-08-31 12:03:03 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-08-31 12:03:03 +0000 |
commit | 3b6e24233b64e2c99d17314a28d191d6ac124c58 (patch) | |
tree | 4661ca7aa62264da407b2bed4d6e7345f631a653 /usr.sbin/pcidump | |
parent | e516cf620838723986c214433b7dfe0088c243dc (diff) |
assorted warning fixes; ok millert@
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r-- | usr.sbin/pcidump/pcidump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pcidump/pcidump.c b/usr.sbin/pcidump/pcidump.c index 17fe177aa54..a36b94354d6 100644 --- a/usr.sbin/pcidump/pcidump.c +++ b/usr.sbin/pcidump/pcidump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcidump.c,v 1.45 2017/06/16 05:19:15 jsg Exp $ */ +/* $OpenBSD: pcidump.c,v 1.46 2017/08/31 12:03:02 otto Exp $ */ /* * Copyright (c) 2006, 2007 David Gwynne <loki@animata.net> @@ -20,7 +20,7 @@ #include <sys/ioctl.h> #include <sys/pciio.h> -#include <stdio.h> /* need NULL for <dev/pci/*.h> */ +#include <stdio.h> /* need NULL for dev/pci/ headers */ #include <dev/pci/pcireg.h> #include <dev/pci/pcidevs.h> |