summaryrefslogtreecommitdiff
path: root/accel-pppd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/main.c')
-rw-r--r--accel-pppd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/main.c b/accel-pppd/main.c
index 03fac61a..08ab4098 100644
--- a/accel-pppd/main.c
+++ b/accel-pppd/main.c
@@ -291,7 +291,7 @@ int main(int _argc, char **_argv)
int c, sig, goto_daemon = 0, len;
pid_t pid = 0;
struct sigaction sa;
- int pagesize = sysconf(_SC_PAGE_SIZE);
+ int pagesize = sysconf(_SC_PAGESIZE);
char *dump = NULL;
int internal = 0;
int no_sigint = 0;