mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- Add staging support, allow it as regular user - Register conflict with security/nss (file ${LOCALBASE}/bin/derdump) - Convert to USES=libtool - Use @sample for config files MFH: 2014Q3
14 lines
346 B
C
14 lines
346 B
C
--- scepd/scepconf.c.orig 2001-03-03 23:23:22.000000000 +0100
|
|
+++ scepd/scepconf.c 2014-07-10 22:26:24.326212726 +0200
|
|
@@ -20,7 +20,11 @@
|
|
int debug = 0;
|
|
|
|
int main(int argc, char *argv[]) {
|
|
+#ifdef LHASH_OF
|
|
+ LHASH_OF(CONF_VALUE) *conf;
|
|
+#else
|
|
LHASH *conf;
|
|
+#endif
|
|
long eline;
|
|
char *section = NULL, *variable = NULL, *value;
|
|
int c, n;
|