0ef74d7cac
- Remove FAKE=Yes - Add @comment with PLIST
15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
--- ui/rules.c.orig Tue Jun 13 19:14:27 2000
|
|
+++ ui/rules.c Tue Jun 13 19:15:19 2000
|
|
@@ -1194,11 +1194,6 @@
|
|
|
|
new_rule = (struct _xf_rule *) xf_malloc(sizeof(struct _xf_rule));
|
|
|
|
- /* for some crappy distros only */
|
|
- new_rule->rx.buffer=(unsigned char *) NULL;
|
|
- new_rule->rx.fastmap=(char *) NULL;
|
|
- new_rule->rx.translate=(char *) NULL;
|
|
-
|
|
strcpy(new_rule->name, p);
|
|
|
|
#ifdef HAVE_REGCOMP
|