On Mon, 18 May 2015, Joerg Sonnenberger wrote:

On Sun, May 10, 2015 at 07:41:16AM +0000, Paul Goyette wrote:
Module Name:    src
Committed By:   pgoyette
Date:           Sun May 10 07:41:16 UTC 2015

Modified Files:
        src/sys/compat/common: compat_mod.c sysv_ipc_50.c
        src/sys/kern: files.kern syscalls.master sysv_ipc.c
        src/sys/modules: Makefile
        src/sys/modules/compat: Makefile
        src/sys/sys: ipc.h
Added Files:
        src/sys/compat/common: compat_sysv_mod.c
        src/sys/modules/compat_sysv: Makefile

This broke sysutils/libgtop:

/usr/include/sys/ipc.h:138:42: error: a parameter list without types is
only allowed in a function definition
void sysvipc50_set_compat_sysctl(int (*)(SYSCTLFN_PROTO));

Really? This line is wrapped inside '#ifdef _KERNEL' protection (see ipc.h:110) and should probably not be compiled for userland.

Let me see if I can figure out what's going on...



-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org  |
-------------------------------------------------------------------------

Reply via email to