Page MenuHomeFreeBSD

Follow r329348 in ipcs for getting rid of the requirement to include SysV IPC headers with _KERNEL
ClosedPublic

Authored by lwhsu on Feb 16 2018, 5:09 PM.
Tags
None
Referenced Files
F149903642: D14398.diff
Sat, Mar 28, 12:31 AM
Unknown Object (File)
Mon, Mar 23, 4:58 AM
Unknown Object (File)
Sun, Mar 15, 11:17 AM
Unknown Object (File)
Thu, Mar 5, 9:37 PM
Unknown Object (File)
Sat, Feb 28, 10:32 PM
Unknown Object (File)
Feb 9 2026, 9:56 PM
Unknown Object (File)
Feb 8 2026, 10:32 AM
Unknown Object (File)
Feb 8 2026, 7:43 AM
Subscribers

Details

Summary

Follow r329348 in ipcs for getting rid of the requirement to include SysV IPC headers with _KERNEL

This also fixes the build of platforms using gcc

https://ci.freebsd.org/job/FreeBSD-head-mips-build/477/console

00:05:45.272 In file included from /usr/src/usr.bin/ipcs/ipcs.c:52:
00:05:45.272 /usr/src/usr.bin/ipcs/ipc.h:71: warning: redundant redeclaration of 'seminfo'
00:05:45.272 /usr/obj/usr/src/mips.mips/tmp/usr/include/sys/sem.h:138: warning: previous declaration of 'seminfo' was here
00:05:45.272 /usr/src/usr.bin/ipcs/ipc.h:72: warning: redundant redeclaration of 'msginfo'
00:05:45.272 /usr/obj/usr/src/mips.mips/tmp/usr/include/sys/msg.h:171: warning: previous declaration of 'msginfo' was here
00:05:45.272 /usr/src/usr.bin/ipcs/ipc.h:73: warning: redundant redeclaration of 'shminfo'
00:05:45.272 /usr/obj/usr/src/mips.mips/tmp/usr/include/sys/shm.h:153: warning: previous declaration of 'shminfo' was here
00:05:45.278 *** [ipcs.o] Error code 1
00:05:45.278 
00:05:45.278 make[4]: stopped in /usr/src/usr.bin/ipcs
00:05:45.278 1 error

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The mips jenkins job has been proving very useful it seems. :-P

This revision is now accepted and ready to land.Feb 16 2018, 5:50 PM
This revision was automatically updated to reflect the committed changes.