David A. Holland
unread,Oct 9, 2016, 9:25:07 PM10/9/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kern-bu...@netbsd.org, gnats...@netbsd.org, netbs...@netbsd.org, henning....@t-online.de
The following reply was made to PR kern/49636; it has been noted by GNATS.
From: "David A. Holland" <
dhol...@netbsd.org>
To:
gnats...@gnats.NetBSD.org
Cc:
Subject: PR/49636 CVS commit: src/sys/kern
Date: Mon, 10 Oct 2016 01:22:08 +0000
Module Name: src
Committed By: dholland
Date: Mon Oct 10 01:22:08 UTC 2016
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
PR 49636 Henning Petersen: use "0L" to return 0 from a function returning
long, and test its returned value against "0L" instead of "0".
This is not especially necessary, but it's also harmless.
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/sys/kern/uipc_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.