sys_uio: new module
[pspp] / modules / xgethostname
index 659ae55ee64ca69597463fd2d543f48425c0d2d5..07cf83d96ea4e87f36f41d86a28ad1b163f866b6 100644 (file)
@@ -2,19 +2,23 @@ Description:
 Return machine's hostname, without size limitations.
 
 Files:
+lib/xgethostname.h
 lib/xgethostname.c
 
 Depends-on:
 gethostname
 xalloc
-error
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += xgethostname.c
+lib_SOURCES += xgethostname.h xgethostname.c
 
 Include:
+"xgethostname.h"
+
+License:
+GPL
 
 Maintainer:
 Jim Meyering