head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.21.21.17.40; author rjs; state Exp; branches; next ; commitid Fr9rwE9jOH1r8zOG; desc @@ 1.1 log @net/samba: Make it build on NetBSD-current. Fixes PR pkg/60070. @ text @$NetBSD$ Add int return type for main(). --- ../tests/shared_mmap.c.orig 2026-07-21 19:55:39.226204434 +0000 +++ ../tests/shared_mmap.c @@@@ -15,6 +15,7 @@@@ #define MAP_FILE 0 #endif +int main() { int *buf; @