openat: provide more convenience names
[pspp] / modules / gettimeofday
index 9b9b35a47c914e1a4bed348123acbe5c9f4d54c9..0913cf1e8b193d66d85b7b9db2bcfef6a8c2bbf7 100644 (file)
@@ -2,11 +2,11 @@ Description:
 gettimeofday() function: return current time.
 
 Files:
-lib/gettimeofday.h
 lib/gettimeofday.c
 m4/gettimeofday.m4
 
 Depends-on:
+sys_time
 
 configure.ac:
 gl_FUNC_GETTIMEOFDAY
@@ -14,11 +14,10 @@ gl_FUNC_GETTIMEOFDAY
 Makefile.am:
 
 Include:
-"gettimeofday.h"
+<sys/time.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
-
+Paul Eggert, Jim Meyering