You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.0 KiB
33 lines
1.0 KiB
|
23 years ago
|
--- suckutils.h.orig Sun Nov 8 16:38:32 1998
|
||
|
|
+++ suckutils.h Tue Jan 14 15:04:31 2003
|
||
|
|
@@ -11,6 +11,8 @@
|
||
|
|
int do_lockfile(PMaster);
|
||
|
|
#endif
|
||
|
|
|
||
|
|
+#undef FP_SET
|
||
|
|
+#undef FP_GET
|
||
|
|
enum { FP_SET, FP_GET, FP_SET_POSTFIX, FP_GET_NOPOSTFIX, FP_GET_POSTFIX}; /* get or set call for full_path() */
|
||
|
|
enum { FP_TMPDIR, FP_DATADIR, FP_MSGDIR, FP_NONE }; /* which dir in full_path() */
|
||
|
|
#define FP_NR_DIRS 3 /* this must match nr of enums */
|
||
|
|
--- rpost.c.orig Tue Jan 14 15:05:43 2003
|
||
|
|
+++ rpost.c Tue Jan 14 15:05:54 2003
|
||
|
|
@@ -27,7 +27,7 @@
|
||
|
|
#ifndef PL_na
|
||
|
|
# define PL_na (na)
|
||
|
|
#endif
|
||
|
|
-#endif /* OLD_PERL */u
|
||
|
|
+#endif /* OLD_PERL */
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#ifdef HAVE_DIRENT_H
|
||
|
|
--- killfile.c.orig Tue Aug 28 01:55:03 2001
|
||
|
|
+++ killfile.c Tue Jan 14 15:08:55 2003
|
||
|
|
@@ -55,7 +55,6 @@
|
||
|
|
void print_debug(PKillStruct, const char *);
|
||
|
|
void debug_one_kill(POneKill);
|
||
|
|
void add_to_linkedlist(pmy_regex *, pmy_regex);
|
||
|
|
-const char *strnstr(const char *, const char *);
|
||
|
|
pmy_regex regex_scan(char *, char, int, int, char);
|
||
|
|
int regex_check(char *, pmy_regex, int);
|
||
|
|
|