Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch
Hauke Mehrtens 7f87af8807 ar7-atm: fix build with gcc 5
Remove the usage of the __TIME__ and __DATE__ macro.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


SVN-Revision: 47797
2015-12-06 13:41:26 +00:00

12 lines
287 B
Diff

--- a/aal5sar.h
+++ b/aal5sar.h
@@ -19,7 +19,7 @@
/** \namespace AAL5_Version
This documents version 01.07.2c of the AAL5 CPHAL.
*/
-const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "__DATE__" "__TIME__;
+const char *pszVersion_CPAAL5="CPAAL5 01.07.2c ";
#include "cpsar_cpaal5.h"