aboutsummaryrefslogtreecommitdiff
path: root/security/l0pht-watch/files/patch-check_tmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/l0pht-watch/files/patch-check_tmp.h')
-rw-r--r--security/l0pht-watch/files/patch-check_tmp.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/security/l0pht-watch/files/patch-check_tmp.h b/security/l0pht-watch/files/patch-check_tmp.h
index 0e7fff7b85ea..2c3fc9c06296 100644
--- a/security/l0pht-watch/files/patch-check_tmp.h
+++ b/security/l0pht-watch/files/patch-check_tmp.h
@@ -1,5 +1,5 @@
---- check_tmp.h.orig Thu Dec 24 10:40:13 1998
-+++ check_tmp.h Sun Aug 13 23:54:21 2000
+--- check_tmp.h.orig 1998-12-24 15:40:13 UTC
++++ check_tmp.h
@@ -1,16 +1,23 @@
#ifndef __CHECK_TMP_H
#define __CHECK_TMP_H
@@ -29,3 +29,12 @@
#if defined (REGEXPR_3G)
#include <regexpr.h>
+@@ -34,7 +41,7 @@ struct listStruct {
+ struct listStruct *next;
+ };
+
+-int syslogflag; /* grody after thought */
++extern int syslogflag; /* grody after thought */
+
+ /* things to shut lint up */
+ char *strrchr(const char *s, int c);