On Thu, 16 Jan 2014, Joerg Sonnenberger wrote:
Module Name:    src
Committed By:   joerg
Date:           Thu Jan 16 23:36:52 UTC 2014

Modified Files:
        src/external/bsd/file/dist/src: file.c

Log Message:
Only use __dead if it exists.

I think the code would be easier to read with

#ifndef __dead
#define __dead /* nothing */
#endif

--apb (Alan Barrett)

Reply via email to