summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-26 14:49:07 +0000
committerjkh <jkh@FreeBSD.org>1994-10-26 14:49:07 +0000
commit740cbc15e68ec46963af8625cce46b87b36e3f3a (patch)
tree671318e533d0080e867a798abd7aac92e9a321eb /usr.sbin
parent6f019d574f8e243c18045f37eedda14d9ff11893 (diff)
downloadFreeBSD-src-740cbc15e68ec46963af8625cce46b87b36e3f3a.zip
FreeBSD-src-740cbc15e68ec46963af8625cce46b87b36e3f3a.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/swapinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/swapinfo/Makefile b/usr.sbin/swapinfo/Makefile
index 0802582..fb02166 100644
--- a/usr.sbin/swapinfo/Makefile
+++ b/usr.sbin/swapinfo/Makefile
@@ -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}
OpenPOWER on IntegriCloud