mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
remove unneeded conf.h include
This commit is contained in:
parent
8ed3f981df
commit
e22ff83ad5
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: swapgeneric.c,v 1.5 2024/10/30 06:16:27 jsg Exp $ */
|
||||
/* $OpenBSD: swapgeneric.c,v 1.6 2024/10/30 07:28:17 jsg Exp $ */
|
||||
/* $NetBSD: swapgeneric.c,v 1.12 1996/05/03 19:42:28 christos Exp $ */
|
||||
|
||||
/*-
|
||||
@ -40,7 +40,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/conf.h>
|
||||
|
||||
int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mkswap.c,v 1.20 2024/10/30 06:16:27 jsg Exp $ */
|
||||
/* $OpenBSD: mkswap.c,v 1.21 2024/10/30 07:28:17 jsg Exp $ */
|
||||
/* $NetBSD: mkswap.c,v 1.5 1996/08/31 20:58:27 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
@ -97,7 +97,6 @@ mkoneswap(struct config *cf)
|
||||
}
|
||||
if (fputs("\
|
||||
#include <sys/param.h>\n\
|
||||
#include <sys/conf.h>\n\
|
||||
#include <sys/systm.h>\n\n", fp) == EOF)
|
||||
goto wrerror;
|
||||
nv = cf->cf_root;
|
||||
|
Loading…
Reference in New Issue
Block a user