mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 15:12:37 -04:00
Another part of Bill Paul's fix to swapgeneric to properly use the -a flag.
Submitted by: wpaul
This commit is contained in:
parent
dd4a485085
commit
95da7f140e
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: kern_devconf.c,v 1.4 1994/10/23 21:27:46 wollman Exp $
|
||||
* $Id: kern_devconf.c,v 1.5 1994/10/23 23:01:03 wollman Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
#include <sys/sysctl.h>
|
||||
#include <sys/devconf.h>
|
||||
|
||||
static struct kern_devconf *dc_list = 0;
|
||||
struct kern_devconf *dc_list = 0;
|
||||
static unsigned dc_lastnum = 0;
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue