summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-05 21:22:45 +0000
committerjbj <devnull@localhost>1999-12-05 21:22:45 +0000
commitacd32889f49328cccfdb4be351141a098ef2ae5c (patch)
tree668370e5d4a6b8fa9dd6ce14ec354c6f596a3000 /misc
parentb80c6385f40de1c066e27eadc08cde7ff025a1f4 (diff)
downloadrpm-acd32889f49328cccfdb4be351141a098ef2ae5c.tar.gz
rpm-acd32889f49328cccfdb4be351141a098ef2ae5c.tar.bz2
rpm-acd32889f49328cccfdb4be351141a098ef2ae5c.zip
expose enough of the legacy fdio interface to compile rpmfind/rpm2html.
CVS patchset: 3457 CVS date: 1999/12/05 21:22:45
Diffstat (limited to 'misc')
-rw-r--r--misc/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/err.c b/misc/err.c
index e5f181ad3..fa2359469 100644
--- a/misc/err.c
+++ b/misc/err.c
@@ -19,7 +19,7 @@
#include "system.h"
-#ifdef HAVE_LIBIO
+#ifdef HAVE_LIBIO_H
#define flockfile(s) _IO_flockfile (s)
#define funlockfile(s) _IO_funlockfile (s)
#else