CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/09/25 11:36:35
Modified files: usr.bin/awk : lib.c proto.h Log message: Mark FATAL() as __dead so clang doesn't report use of uninitialized variables after calls to FATAL(). ok millert@ guenther@