diff options
-rw-r--r-- | lib/libc/gen/usleep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c index 2ecbac2..5141d36 100644 --- a/lib/libc/gen/usleep.c +++ b/lib/libc/gen/usleep.c @@ -32,7 +32,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)usleep.c 8.1 (Berkeley) 6/4/93"; +#endif +static char rcsid[] = + "$Id$"; #endif /* LIBC_SCCS and not lint */ #include <time.h> |