From dbfdf97bdedca08dc9bd59bb706b0ccc827633ac Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Fri, 14 Mar 2014 09:52:40 +0400 Subject: justify min()/max() macros declarations and usage This change moves the macros to tcpdump-stdinc.h to make sure these are available without interface.h. It also dismisses two redundant macros MIN() and SMBMIN(). It is intended to fix the following Solaris compile error: Undefined first referenced symbol in file MIN print-zeromq.o --- smb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'smb.h') diff --git a/smb.h b/smb.h index fea9fa46..97a43638 100644 --- a/smb.h +++ b/smb.h @@ -6,8 +6,6 @@ * or later */ -#define SMBMIN(a,b) ((a)<(b)?(a):(b)) - /* the complete */ #define SMBmkdir 0x00 /* create directory */ #define SMBrmdir 0x01 /* delete directory */ -- cgit v1.2.1