From de995653fe8885ed23c02af6e99e21e182d4979f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 21 Jan 2016 12:26:53 -0600 Subject: [PATCH] Fix a typo from the last big set of changes --- arch | 2 +- configs | 2 +- fs/procfs/fs_procfsuptime.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch b/arch index 09d21fd8e0b..8dd7a88dd57 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 09d21fd8e0b47fd0d6f7c32adf39b9b29dba9cd3 +Subproject commit 8dd7a88dd571af62e1da85ef4f9717db6cd80028 diff --git a/configs b/configs index 6aa9bb01b73..6789354447c 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 6aa9bb01b7372bc44ff0718a9634d51e2732e918 +Subproject commit 6789354447c099458909b61fd03bbec045f03eed diff --git a/fs/procfs/fs_procfsuptime.c b/fs/procfs/fs_procfsuptime.c index fd273badbba..dce272e69f9 100644 --- a/fs/procfs/fs_procfsuptime.c +++ b/fs/procfs/fs_procfsuptime.c @@ -212,7 +212,7 @@ static ssize_t uptime_read(FAR struct file *filep, FAR char *buffer, size_t linesize; off_t offset; ssize_t ret; - systime ticktime; + systime_t ticktime; #if defined(CONFIG_HAVE_DOUBLE) && defined(CONFIG_LIBC_FLOATINGPOINT) double now;