diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-01 23:34:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-01 23:34:23 +0000 |
commit | a25f0cdb7e09a945cbf2ae49b5308545fda7d39c (patch) | |
tree | 10d360f5e813fd1921d06bfe5ddea162eed27c92 | |
parent | 5fe8296d4ad64dbc31b62a108ea51fe6a17e2b2a (diff) | |
download | coreutils-a25f0cdb7e09a945cbf2ae49b5308545fda7d39c.tar.xz |
reflect renaming: nanosleep.h -> timespec.h
-rw-r--r-- | src/sleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sleep.c b/src/sleep.c index 174833328..f76ee4077 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -1,5 +1,5 @@ /* sleep - delay for a specified amount of time. - Copyright (C) 84, 1991-1997, 1999-2001 Free Software Foundation, Inc. + Copyright (C) 84, 1991-1997, 1999-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ #include "system.h" #include "error.h" #include "long-options.h" -#include "nanosleep.h" +#include "timespec.h" #include "xstrtod.h" #include "closeout.h" |