aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/libi386/pxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/libi386/pxe.c')
-rw-r--r--stand/i386/libi386/pxe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/stand/i386/libi386/pxe.c b/stand/i386/libi386/pxe.c
index e80a1961e191..aa392b83718c 100644
--- a/stand/i386/libi386/pxe.c
+++ b/stand/i386/libi386/pxe.c
@@ -26,9 +26,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <errno.h>
#include <stdbool.h>
@@ -119,7 +116,7 @@ struct devsw pxedisk = {
.dv_close = NULL, /* Will be set in pxe_init */
.dv_ioctl = noioctl,
.dv_print = pxe_print,
- .dv_cleanup = pxe_cleanup
+ .dv_cleanup = pxe_cleanup,
};
/*