mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
- 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
7 lines
79 B
Makefile
7 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipcs
|
|
SRCS= ipcs.c ipc.c
|
|
LIBADD= kvm
|
|
|
|
.include <bsd.prog.mk>
|