summaryrefslogtreecommitdiff
path: root/security/skip/files/patch-cg
blob: d0236aab7228b91f90192b5349f8ff1c04909626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skip_log.h work.new/skip/keymgrd/skip_log.h
--- skipsrc-1.0.orig/skip/keymgrd/skip_log.h	Fri Oct 25 13:12:51 1996
+++ work.new/skip/keymgrd/skip_log.h	Mon Jan 24 12:35:40 2000
@@ -45,5 +45,6 @@
 #pragma ident "@(#)skip_log.h	1.3 95/11/17"
  
 void skip_log(int,char*,...);
-#define SKIP_ERROR 	1
-#define	SKIP_NOTICE	2
+#define SKIP_ERROR 	LOG_ERR
+#define	SKIP_NOTICE	LOG_NOTICE
+#define	SKIP_INFO	LOG_INFO