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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5322
@ -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 New Issue
Block a user