From: Jim Meyering Date: Wed, 5 Jan 2000 12:06:39 +0000 (+0000) Subject: whoops. fix typos X-Git-Tag: FILEUTILS-4_0n~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f1c659ce340d34f515943f88ea73475c97a45a2;p=thirdparty%2Fcoreutils.git whoops. fix typos --- diff --git a/lib/nanosleep.h b/lib/nanosleep.h index 1c8517d00d..a1e864924f 100644 --- a/lib/nanosleep.h +++ b/lib/nanosleep.h @@ -52,6 +52,6 @@ struct timespec int nanosleep PARAMS ((const struct timespec *requested_delay, - struct timespec *remaining_delay) + struct timespec *remaining_delay)); #endif