freebsd-dev/usr.bin/ipcs
Eitan Adler 11f4012fa1 ipcs: fix warnings (WARNS=1 -> WARNS=6)
- fix shadow warnings
	- change type from off_t to size_t which is more correct and avoids
	  signed/unsigned compare
	- use new initializer format to avoid "missing values" warning

Reviewed by:	jhb
2015-04-13 19:58:11 +00:00
..
ipc.c ipcs: fix warnings (WARNS=1 -> WARNS=6) 2015-04-13 19:58:11 +00:00
ipc.h ipcs: fix warnings (WARNS=1 -> WARNS=6) 2015-04-13 19:58:11 +00:00
ipcs.1
ipcs.c ipcs: fix warnings (WARNS=1 -> WARNS=6) 2015-04-13 19:58:11 +00:00
Makefile ipcs: fix warnings (WARNS=1 -> WARNS=6) 2015-04-13 19:58:11 +00:00