[Asterisk-code-review] smsq: Remove an left-over special case for Solaris. (asterisk[13])

Alexander Traud asteriskteam at digium.com
Thu Jun 21 11:45:57 CDT 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/9266


Change subject: smsq: Remove an left-over special case for Solaris.
......................................................................

smsq: Remove an left-over special case for Solaris.

Actually, this case was never needed because the check below does the same.

Change-Id: Ia2fca4ba6c58c644a8b7cb2d9db8539728c14ffb
---
M utils/smsq.c
1 file changed, 0 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/66/9266/1

diff --git a/utils/smsq.c b/utils/smsq.c
index 0516097..4934ef7 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -30,9 +30,6 @@
 #include <ctype.h>
 #include <time.h>
 
-#ifdef SOLARIS
-#define     POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
-#endif
 #if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
 #define     POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
 #endif

-- 
To view, visit https://gerrit.asterisk.org/9266
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2fca4ba6c58c644a8b7cb2d9db8539728c14ffb
Gerrit-Change-Number: 9266
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180621/e9cf1e17/attachment.html>


More information about the asterisk-code-review mailing list