diff options
Diffstat (limited to 'lib/libc/gen/nice.c')
-rw-r--r-- | lib/libc/gen/nice.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/gen/nice.c b/lib/libc/gen/nice.c index d1352a8216a..8cbca8cc2f0 100644 --- a/lib/libc/gen/nice.c +++ b/lib/libc/gen/nice.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: nice.c,v 1.6 2003/06/02 20:18:34 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> |