on NetBSD current or probably -6 because of bpf issues, but now stands a chance of being able to run on LP64 platforms and/or at all when that's fixed.
14 lines
525 B
Text
14 lines
525 B
Text
$NetBSD: patch-sn__cfgfile_h,v 1.1 2012/03/31 08:31:06 dholland Exp $
|
|
|
|
- declare strlower where it can be seen when used as well as when defined
|
|
|
|
--- sn_cfgfile.h~ 1997-04-18 09:33:58.000000000 +0000
|
|
+++ sn_cfgfile.h
|
|
@@ -1,5 +1,7 @@
|
|
/* Sniffit Config File include */
|
|
|
|
+char *strlower (char *);
|
|
+
|
|
void clear_list_buffer (struct cfg_file_contense *);
|
|
struct cfg_file_contense *adjust_select_from_list (void);
|
|
struct cfg_file_contense *adjust_select_to_list (void);
|