Loading...
gen/sysconf.c Libc-320 Libc-262.3.2
--- Libc/Libc-320/gen/sysconf.c
+++ Libc/Libc-262.3.2/gen/sysconf.c
@@ -83,6 +83,7 @@
 sysconf(name)
 	int name;
 {
+	struct clockinfo clk;
 	struct rlimit rl;
 	size_t len;
 	int mib[2], value;
@@ -154,10 +155,6 @@
 	case _SC_LINE_MAX:
 		mib[0] = CTL_USER;
 		mib[1] = USER_LINE_MAX;
-		break;
-	case _SC_PAGESIZE:
-		mib[0] = CTL_HW;
-		mib[1] = HW_PAGESIZE;
 		break;
 	case _SC_RE_DUP_MAX:
 		mib[0] = CTL_USER;