CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2010/11/03 13:39:38
Modified files: usr.bin/ctags : C.c ctags.1 ctags.c ctags.h Log message: POSIX specifies that ctags create tags for typedefs, structs, unions, and enums by default. The -t flag becomes a no-op for backwards compat only. OK deraadt@