This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need to include 'values.h'.
authorJames E Keenan <jkeenan@cpan.org>
Wed, 28 Nov 2018 03:15:22 +0000 (22:15 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 7 Dec 2018 23:09:23 +0000 (23:09 +0000)
timecheck.c does not appear to use any thing from this file.  Linux
documentation marks the interface as obsolete.  It's not found, e.g., on
FreeBSD.

Porting/timecheck.c

index e9e7441..6ed7007 100644 (file)
@@ -6,7 +6,6 @@
 #include <stdio.h>
 #include <time.h>
 #include <errno.h>
-#include <values.h>
 #include <string.h>
 
 int opt_v = 0;