summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-01-01 20:54:44 +0000
committered <ed@FreeBSD.org>2012-01-01 20:54:44 +0000
commit1879e1bef468ae118a1f27c6fbcda386aaedfbeb (patch)
treeb7aa52109ebd06bfa9d512654cc49b723608b9ce /sys/sys
parent109579dd42f40c0f666f87c45fb3397c55adfe97 (diff)
downloadFreeBSD-src-1879e1bef468ae118a1f27c6fbcda386aaedfbeb.zip
FreeBSD-src-1879e1bef468ae118a1f27c6fbcda386aaedfbeb.tar.gz
Remove the now unused skpc() function.
It was only used by ufs and ext2 and I have really strong doubts that there are other pieces of code that also use this function. If it turns out that external drivers use this code as well, I'd be happy to migrate or revert. Bump __FreeBSD_version while there.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/libkern.h1
-rw-r--r--sys/sys/param.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h
index 0e525de..bbe3cfc 100644
--- a/sys/sys/libkern.h
+++ b/sys/sys/libkern.h
@@ -102,7 +102,6 @@ u_long random(void);
char *index(const char *, int);
char *rindex(const char *, int);
int scanc(u_int, const u_char *, const u_char *, int);
-int skpc(int, int, char *);
void srandom(u_long);
int strcasecmp(const char *, const char *);
char *strcat(char * __restrict, const char * __restrict);
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 5e9b4e5..96292cc 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000003 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000004 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud