summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-02-25 13:14:41 +0000
committerphk <phk@FreeBSD.org>2001-02-25 13:14:41 +0000
commit1ab8876e4a42580709467c199840ab353252d7bd (patch)
treeb7d2b6c3b4ab4e1095e8eb53c1e8263f43918b43 /sbin/mdconfig
parentf547e06fc7704325a983ab3cd65e7dca8c2ff5fc (diff)
downloadFreeBSD-src-1ab8876e4a42580709467c199840ab353252d7bd.zip
FreeBSD-src-1ab8876e4a42580709467c199840ab353252d7bd.tar.gz
Forgot to remove unneeded "intcmp" function.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c
index 3bcd7b2..2723cb6 100644
--- a/sbin/mdconfig/mdconfig.c
+++ b/sbin/mdconfig/mdconfig.c
@@ -24,7 +24,6 @@
#include <sys/sysctl.h>
#include <sys/queue.h>
-int intcmp(const void *, const void *);
int list(const int);
int query(const int, const int);
@@ -182,13 +181,6 @@ main(int argc, char **argv)
return (0);
}
-int
-intcmp(const void *a, const void *b)
-{
-
- return (*(int *)a - *(int *)b);
-}
-
struct dl {
int unit;
SLIST_ENTRY(dl) slist;
OpenPOWER on IntegriCloud