fde355e1d8
as archivers/libcomprex. The libcomprex library transparently handles automatic compression and decompression of files. The API is similar to C's built-in file access functions, which provides a smooth transition to libcomprex. libcomprex can also open uncompressed files, making it a good replacement for the native file access functions. libcomprex is part of the GNUpdate project. libcomprex is currently in development (so should not be used in stable products).
13 lines
419 B
Text
13 lines
419 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/11/18 16:22:13 cjep Exp $
|
|
|
|
--- libcomprex/module.c.orig Sun Jun 23 11:03:30 2002
|
|
+++ libcomprex/module.c
|
|
@@ -24,7 +24,7 @@
|
|
#include <libcomprex/internal.h>
|
|
|
|
#ifdef DYNAMIC_MODS
|
|
-# include <ltdl.h>
|
|
+# include <libltdl/ltdl.h>
|
|
|
|
# define USER_MODULES_COUNT (sizeof(user_modules) / sizeof(*user_modules))
|
|
# define SYS_MODULES_COUNT (sizeof(system_modules) / sizeof(*system_modules))
|