summaryrefslogtreecommitdiff
path: root/gl/modules
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-20 07:37:16 +0100
committerJim Meyering <meyering@redhat.com>2009-11-20 07:37:56 +0100
commit395b1c93750e29a98f214d165237ff934de3edac (patch)
tree0365e33ddb42cbbdfdb0e40dd05313b9cd7b384f /gl/modules
parent2f2112335c79ceb0d6c2488256d09ee7ee2aac74 (diff)
downloadcoreutils-395b1c93750e29a98f214d165237ff934de3edac.tar.gz
maint: move xfreopen module to gnulib
* gl/lib/xfreopen.c: Remove file. * gl/lib/xfreopen.h: Likewise. * gl/modules/xfreopen: Likewise.
Diffstat (limited to 'gl/modules')
-rw-r--r--gl/modules/xfreopen26
1 files changed, 0 insertions, 26 deletions
diff --git a/gl/modules/xfreopen b/gl/modules/xfreopen
deleted file mode 100644
index ed4ede75a..000000000
--- a/gl/modules/xfreopen
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-a wrapper for frepoen
-
-Files:
-lib/xfreopen.c
-lib/xfreopen.h
-
-Depends-on:
-error
-exitfail
-freopen-safer
-quote
-
-configure.ac:
-
-Makefile.am:
-lib_SOURCES += xfreopen.c xfreopen.h
-
-Include:
-"xfreopen.h"
-
-License:
-LGPL
-
-Maintainer:
-Jim Meyering