rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / network / asterisk / patches / 01-no-redefine-NAME_MAX.patch
blob74d71d8430a43dd719d55af66c4e3c239debfc04
1 --- apps/app_sms.c.1 2017-11-16 21:35:08.702144337 +0000
2 +++ apps/app_sms.c 2017-11-16 21:35:38.045907872 +0000
3 @@ -1177,10 +1177,6 @@
4 return 0; /* no error */
7 -#ifdef SOLARIS
8 -#define NAME_MAX 1024
9 -#endif
11 /*!
12 * Add data to a protocol 2 message.
13 * Use the length field (h->omsg[1]) as a pointer to the next free position.