From: John Hay <jhay@mikom.csir.co.za>

Make swapinfo use libc functions for obtaining device information.

Note:  swapinfo should actually be deprecated, not fixed.  pstat -s performs
the same function.
Submitted by:	jhay
This commit is contained in:
Jordan K. Hubbard 1994-10-26 14:49:07 +00:00
parent 73ade464e2
commit bf9e2e599f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3897

View File

@ -1,7 +1,7 @@
# @(#)Makefile 5.5 (Berkeley) 4/23/91
PROG= swapinfo
SRCS= swapinfo.c devname.c # getbsize.c
SRCS= swapinfo.c
.PATH: ${.CURDIR}/../../bin/df
DPADD= ${LIBMATH} ${LIBUTIL}