]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r291832,r291833,r291834,r291835,r291836,r291838:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Dec 2015 03:51:49 +0000 (03:51 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Dec 2015 03:51:49 +0000 (03:51 +0000)
commit61303357dcb93d79a8c567fc3f6b3c140b67897c
tree963f33cb99ff76dd9a0d1f773bc344ab00ba0cb8
parentb09b962818bcff0147147fc1981a1bbcd7dbb2f8
MFC r291832,r291833,r291834,r291835,r291836,r291838:

r291832:

Fix -Wformat warnings by using the correct format qualifiers

Sponsored by: EMC / Isilon Storage Division

r291833:

- Use ANSI C function prototypes/definitions instead of K&R style ones
- Add a missing return type for main(..)

Sponsored by: EMC / Isilon Storage Division

r291834:

Add missing headers and sort #includes per style(9)

Sponsored by: EMC / Isilon Storage Division

r291835:

Use ANSI C function prototypes/definitions instead of K&R style ones

Sponsored by: EMC / Isilon Storage Division

r291836:

Use `==` instead of `=` in the function comment above split(..) so mkh -p
exposes split(..).

Sponsored by: EMC / Isilon Storage Division

r291838:

Fix -Wformat issues and minor whitespace issues in surrounding areas

Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@292144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/regex/grot/debug.c
lib/libc/regex/grot/main.c
lib/libc/regex/grot/split.c