summaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index 7060c21..35a2794 100644
--- a/usage.c
+++ b/usage.c
@@ -39,6 +39,8 @@ static char *rcsid = "$Id: usage.c,v 1.31 2013/01/02 17:14:59 abe Exp $";
#include "lsof.h"
#include "version.h"
+__attribute__((__section__(".tizen.build-id")))
+static const char BUILD_DATE[] = LSOF_CCDATE;
/*
* Local function prototypes
@@ -916,7 +918,7 @@ usage(xv, fh, version)
(void) fprintf(stderr, " configuration info: %s\n", cp);
#endif /* defined(LSOF_CINFO) */
- if ((cp = isnullstr(LSOF_CCDATE)))
+ if ((cp = isnullstr(BUILD_DATE)))
(void) fprintf(stderr, " constructed: %s\n", cp);
cp = isnullstr(LSOF_HOST);
if (!(cp1 = isnullstr(LSOF_LOGNAME)))