avoid gcc warnings about unused macro definitions
[pspp] / modules / mountlist
index 19996712e4fd42e8e956cf84624843a9908b4b2c..526022ca5a346b3dd35f956de660c7e7dda837e3 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Return list of mounted filesystems.
+Return list of mounted file systems.
 
 Files:
 lib/mountlist.h
@@ -9,18 +9,20 @@ m4/fstypename.m4
 m4/mountlist.m4
 
 Depends-on:
+stdbool
+stdint
 xalloc
-unlocked-io
 
 configure.ac:
 gl_MOUNTLIST
 
 Makefile.am:
-lib_SOURCES += mountlist.h
 
 Include:
 "mountlist.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-