Module Name: src Committed By: kamil Date: Thu Jun 14 10:14:39 UTC 2018
Modified Files: src/external/gpl2/grep/dist/lib: obstack.c Log Message: Make the alignof() usage more portable in grep(1) Remove NetBSD specific check and replace it with GCC extension __alignof__ that is available since GCC 2.x. Requested by <kre> To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/grep/dist/lib/obstack.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.