Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/fortune/strfile



Module Name:    src
Committed By:   apb
Date:           Sun Sep 28 11:01:51 UTC 2008

Modified Files:
        src/games/fortune/strfile: strfile.c

Log Message:
* conditionally #include "nbtool_config.h" to improve the ability
  to cross compile this file;
* remove tests for #ifdef __NetBSD__, replacing affected code with
  something more conventional:
    - #include <sys/cdefs.h> unconditionally;
    - use __dead unconditionally;
  (The tools build environment is supposed to ensure that this works
  during cross builds.)
* #include <stdint.h> for uint32_t;


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/games/fortune/strfile/strfile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index